ProxyTypesBehavior.IEndpointBehavior.ApplyDispatchBehavior Method (ServiceEndpoint, EndpointDispatcher)
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.ApplyDispatchBehavior(
ServiceEndpoint serviceEndpoint,
EndpointDispatcher endpointDispatcher
)
private:
virtual void ApplyDispatchBehavior(
ServiceEndpoint^ serviceEndpoint,
EndpointDispatcher^ endpointDispatcher
) sealed = IEndpointBehavior::ApplyDispatchBehavior
private abstract ApplyDispatchBehavior :
serviceEndpoint:ServiceEndpoint *
endpointDispatcher:EndpointDispatcher -> unit
private override ApplyDispatchBehavior :
serviceEndpoint:ServiceEndpoint *
endpointDispatcher:EndpointDispatcher -> unit
Private Sub ApplyDispatchBehavior (
serviceEndpoint As ServiceEndpoint,
endpointDispatcher As EndpointDispatcher
)
Implements IEndpointBehavior.ApplyDispatchBehavior
Parameters
serviceEndpoint
Type: System.ServiceModel.Description.ServiceEndpointType: ServiceEndpoint. A service endpoint.
endpointDispatcher
Type: System.ServiceModel.Dispatcher.EndpointDispatcherType: EndpointDispatcher. The run-time object that exposes properties that enable the insertion of run-time extensions or modifications for messages in service applications.
Implements
IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)
See Also
ProxyTypesBehavior Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright