Method | Description | |
---|---|---|
AddBindingParameters ( |
Configures any binding elements to support the contract behavior.
|
|
AddBindingParameters ( |
Passes data at runtime to bindings to support custom behavior.
|
|
ApplyClientBehavior ( |
Implements a modification or extension of the client across a contract.
|
|
ApplyClientBehavior ( |
Implements a modification or extension of the client across an operation.
|
|
ApplyDispatchBehavior ( |
Implements a modification or extension of the client across a contract.
|
|
ApplyDispatchBehavior ( |
Implements a modification or extension of the service across an operation.
|
|
Validate ( |
Confirms that the contract and endpoint can support the contract behavior.
|
|
Validate ( |
Confirms that the operation meets some intended criteria.
|
Method | Description | |
---|---|---|
InjectNetDataContractSerializer ( |
Injects the net data contract serializer to the runtime.
|
public AddBindingParameters ( |
||
contractDescription | ||
endpoint | ||
bindingParameters | System.ServiceModel.Channels.BindingParameterCollection | |
return | void |
public AddBindingParameters ( |
||
operationDescription | ||
bindingParameters | System.ServiceModel.Channels.BindingParameterCollection | |
return | void |
public ApplyClientBehavior ( |
||
contractDescription | ||
endpoint | ||
clientRuntime | ||
return | void |
public ApplyClientBehavior ( |
||
operationDescription | ||
clientOperation | System.ServiceModel.Dispatcher.ClientOperation | |
return | void |
public ApplyDispatchBehavior ( |
||
contractDescription | ||
endpoint | ||
dispatchRuntime | ||
return | void |
public ApplyDispatchBehavior ( |
||
operationDescription | ||
dispatchOperation | System.ServiceModel.Dispatcher.DispatchOperation | |
return | void |
public Validate ( |
||
contractDescription | ||
endpoint | ||
return | void |
public Validate ( |
||
operationDescription | ||
return | void |