ProxyTypesBehavior.IEndpointBehavior.AddBindingParameters Method (ServiceEndpoint, BindingParameterCollection)
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.AddBindingParameters(
ServiceEndpoint serviceEndpoint,
BindingParameterCollection bindingParameters
)
private:
virtual void AddBindingParameters(
ServiceEndpoint^ serviceEndpoint,
BindingParameterCollection^ bindingParameters
) sealed = IEndpointBehavior::AddBindingParameters
private abstract AddBindingParameters :
serviceEndpoint:ServiceEndpoint *
bindingParameters:BindingParameterCollection -> unit
private override AddBindingParameters :
serviceEndpoint:ServiceEndpoint *
bindingParameters:BindingParameterCollection -> unit
Private Sub AddBindingParameters (
serviceEndpoint As ServiceEndpoint,
bindingParameters As BindingParameterCollection
)
Implements IEndpointBehavior.AddBindingParameters
Parameters
serviceEndpoint
Type: System.ServiceModel.Description.ServiceEndpointType: ServiceEndpoint. A service endpoint.
bindingParameters
Type: System.ServiceModel.Channels.BindingParameterCollectionType: BindingParameterCollection. A collection of binding parameters that store information used by binding elements to build factories.
Implements
IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection)
See Also
ProxyTypesBehavior Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright