SPServiceDiagnosticsContextBehavior.ApplyClientBehavior method
Namespace: Microsoft.SharePoint.Diagnostics.Service
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub ApplyClientBehavior ( _
endpoint As ServiceEndpoint, _
clientRuntime As ClientRuntime _
)
'Usage
Dim instance As SPServiceDiagnosticsContextBehavior
Dim endpoint As ServiceEndpoint
Dim clientRuntime As ClientRuntime
instance.ApplyClientBehavior(endpoint, _
clientRuntime)
public void ApplyClientBehavior(
ServiceEndpoint endpoint,
ClientRuntime clientRuntime
)
Parameters
- endpoint
Type: System.ServiceModel.Description.ServiceEndpoint
- clientRuntime
Type: System.ServiceModel.Dispatcher.ClientRuntime
Implements
IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime)
See also
Reference
SPServiceDiagnosticsContextBehavior class