JavascriptCallbackBehaviorAttribute::ApplyClientBehavior Method (ContractDescription^, ServiceEndpoint^, ClientRuntime^)

.NET Framework (current version)
 

An implementation of the ApplyClientBehavior method.

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

public:
virtual void ApplyClientBehavior(
	ContractDescription^ contractDescription,
	ServiceEndpoint^ endpoint,
	ClientRuntime^ clientRuntime
) sealed

Parameters

contractDescription
Type: System.ServiceModel.Description::ContractDescription^

The contract description.

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

The service endpoint.

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

The client runtime.

.NET Framework
Available since 4.0
Return to top
Show: