Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IEndpointBehavior::ApplyClientBehavior Method (ServiceEndpoint^, ClientRuntime^)

 

Implements a modification or extension of the client across an endpoint.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

void ApplyClientBehavior(
	ServiceEndpoint^ endpoint,
	ClientRuntime^ clientRuntime
)

Parameters

endpoint
Type: System.ServiceModel.Description::ServiceEndpoint^

The endpoint that is to be customized.

clientRuntime
Type: System.ServiceModel.Dispatcher::ClientRuntime^

The client runtime to be customized.

Implement the ApplyClientBehavior method to view, modify, or add custom extension to the client runtime across all messages used with an endpoint or for specific operations. For details about what customizations you can do with a client run-time object, see ClientRuntime and ClientOperation.

It is recommended that the ApplyClientBehavior method throw a NotImplementedException if the behavior is only intended for use in a service application.

Because other behaviors may have already added or removed some operations from the runtime there is no guarantee that there are the same number of operations in the description as there are DispatchOperation objects in the Operations property.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft