Click or drag to resize

IRestClientFactory Methods

The IRestClientFactory type exposes the following members.

Methods
 NameDescription
Public methodCreateRestClient Create a rest client based on the description
Public methodGetRestClientFor(ServiceEndpointType) Resolve a rest client which communicates with serviceEndpointType
Public methodGetRestClientFor(String) Resolve a rest client which is named clientName
Public methodTryGetRestClientFor(ServiceEndpointType, IRestClient) Try to get a rest client for serviceEndpointType
Public methodTryGetRestClientFor(String, IRestClient) Try to get a rest client named clientName
Top
See Also