Applies the client behavior.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public void ApplyClientBehavior(
	OperationDescription description,
	ClientOperation proxy
)
Visual Basic (Declaration)
Public Sub ApplyClientBehavior ( _
	description As OperationDescription, _
	proxy As ClientOperation _
)

Implements

IOperationBehavior..::.ApplyClientBehavior(OperationDescription, ClientOperation)

See Also