Skip to content

'ClientConfig.DetermineServiceURL()' is obsolete, How to use "the newer system" with a Signing Request? #2548

Answered by muhammad-othman
gitisz asked this question in Q&A
Discussion options

You must be logged in to vote

DetermineServiceOperationEndpoint method was added to all the service clients as part of v.3.7.624.0, this can be used to know the endpoint that request will use instead of DetermineServiceURL.

For example:

 var endpoint = amazonSecurityTokenServiceClient.DetermineServiceOperationEndpoint(new GetCallerIdentityRequest());
 var url = endpoint.URL;

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ashovlin
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants