ProxyTypesBehavior.IEndpointBehavior.ApplyClientBehavior Method (ServiceEndpoint, ClientRuntime)
Applies To: Dynamics CRM 2015
Refer to the IEndpointBehavior Interface.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
void IEndpointBehavior.ApplyClientBehavior(
ServiceEndpoint serviceEndpoint,
ClientRuntime behavior
)
private:
virtual void ApplyClientBehavior(
ServiceEndpoint^ serviceEndpoint,
ClientRuntime^ behavior
) sealed = IEndpointBehavior::ApplyClientBehavior
private abstract ApplyClientBehavior :
serviceEndpoint:ServiceEndpoint *
behavior:ClientRuntime -> unit
private override ApplyClientBehavior :
serviceEndpoint:ServiceEndpoint *
behavior:ClientRuntime -> unit
Private Sub ApplyClientBehavior (
serviceEndpoint As ServiceEndpoint,
behavior As ClientRuntime
)
Implements IEndpointBehavior.ApplyClientBehavior
Parameters
serviceEndpoint
Type: System.ServiceModel.Description.ServiceEndpointType: ServiceEndpoint. A service endpoint.
behavior
Type: System.ServiceModel.Dispatcher.ClientRuntimeType: ClientRuntime. The insertion point for classes that extend the functionality of Windows Communication Foundation (WCF) client objects.
Implements
IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime)
See Also
ProxyTypesBehavior Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright