The following tables list the members exposed by ServiceMessageContextMessageInspector.
Name | Description | |
---|---|---|
![]() | ServiceMessageContextMessageInspector Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AddBindingParameters | Implement to pass data at runtime to bindings to support custom behavior. |
![]() | AfterReceiveReply | Enables inspection or modification of a message after a reply message is received but prior to passing it back to the client application. |
![]() | AfterReceiveRequest | Called after an inbound message has been received but before the message is dispatched to the intended operation. |
![]() | ApplyClientBehavior | Implements a modification or extension of the client across an endpoint. |
![]() | ApplyDispatchBehavior | Implements a modification or extension of the service across an endpoint. |
![]() | BeforeSendReply | Called after the operation has returned but before the reply message is sent. |
![]() | BeforeSendRequest | Enables inspection or modification of a message before a request message is sent to a service. |
![]() | Validate | Implement to confirm that the endpoint meets some intended criteria. |