IUpdateEndpointProvider interface
Contains the method used to get an endpoint that is used to connect to a service. This interface is implemented when writing an endpoint provider.
Members
The IUpdateEndpointProvider interface inherits from the IUnknown interface. IUpdateEndpointProvider also has these types of members:
Methods
The IUpdateEndpointProvider interface has these methods.
Method | Description |
---|---|
GetServiceEndpoint | Requests an endpoint that is used to connect to a service. |
Remarks
WUA calls the GetServiceEndpoint method to start the negotiation process. When the call is made, WUA passes in the registered token types, and the implementation of this interface returns the token types that it prefers to use.