WebProxyClientContextInitializer<TService> Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Ensures that the access token and other header values are added to every outbound service call.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
| Name | Description | |
|---|---|---|
![]() | WebProxyClientContextInitializer<TService>(WebProxyClient<TService>) | Initializes a new instance of theWebProxyClientContextInitializer<TService> class using a web proxy client. |
| Name | Description | |
|---|---|---|
![]() | ServiceProxy | Gets the web proxy client for the service. |
| Name | Description | |
|---|---|---|
![]() | AddCommonHeaders() | Adds common and required headers to the outbound service call. |
![]() | AddTokenToHeaders() | Adds the access token to the Authorization header of the outbound service call. |
![]() | Dispose() | Disposes the web proxy client context initializer object. |
![]() | Dispose(Boolean) | Disposes the web proxy client context initializer object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | Destructor for WebProxyClient<TService> objects.(Overrides Object.Finalize().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(ClientBase<TService>) | Initializes the WebProxyClientContextInitializer<TService> object using a client base object. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright


