Méthode | Description | |
---|---|---|
AddBindingParameters ( |
Pass the data at runtime to bindings to support custom behavior. The current implementation does nothing.
|
|
AfterReceiveReply ( System &reply, object correlationState ) : void |
Inspect the response message and do the schema validation.
|
|
ApplyClientBehavior ( |
Add a message inspector in the specified ClientRuntime to give the ability of inspecting the request and response message.
|
|
ApplyDispatchBehavior ( |
Implements a modification or extension of the service across an endpoint. The current implementation does nothing.
|
|
BeforeSendRequest ( System &request, IClientChannel channel ) : object |
Inspect the request message and restore this message.
|
|
Validate ( |
Implement to confirm that the endpoint meets some intended criteria. The current implementation does nothing.
|
public AddBindingParameters ( |
||
endpoint | The endpoint to modify. | |
bindingParameters | System | The objects that binding elements require to support the behavior. |
Résultat | void |
public AfterReceiveReply ( System &reply, object correlationState ) : void | ||
reply | System | The message to be transformed into types and handed back to the client application. |
correlationState | object | Correlation state data |
Résultat | void |
public ApplyClientBehavior ( |
||
endpoint | The endpoint that is to be customized. | |
clientRuntime | System | The client runtime to be added message inspector. |
Résultat | void |
public ApplyDispatchBehavior ( |
||
endpoint | The endpoint that is to be customized. | |
endpointDispatcher | System | The endpoint dispatcher to be modified or extended. |
Résultat | void |
public BeforeSendRequest ( System &request, IClientChannel channel ) : object | ||
request | System | The message to be sent to the service. |
channel | IClientChannel | The client object channel. |
Résultat | object |
public Validate ( |
||
endpoint | The endpoint to validate. | |
Résultat | void |