메소드 | 설명 | |
---|---|---|
ProcessIncomingMessage ( IProtocolMessage message ) : MessageProtections? |
Performs any transformation on an incoming message that may be necessary and/or validates an incoming message based on the rules of this channel binding element. Implementations that provide message protection must honor the MessagePartAttribute.RequiredProtection properties where applicable. |
|
ProcessOutgoingMessage ( IProtocolMessage message ) : MessageProtections? |
Prepares a message for sending based on the rules of this channel binding element. Implementations that provide message protection must honor the MessagePartAttribute.RequiredProtection properties where applicable. |
public ProcessIncomingMessage ( IProtocolMessage message ) : MessageProtections? | ||
message | IProtocolMessage | The incoming message to process. |
리턴 | MessageProtections? |
public ProcessOutgoingMessage ( IProtocolMessage message ) : MessageProtections? | ||
message | IProtocolMessage | The message to prepare for sending. |
리턴 | MessageProtections? |