2 overrides of OnOutgoingMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
115public override void OnOutgoingMessage(Message message, RequestContext requestContext)
System\ServiceModel\Channels\ServiceContextProtocol.cs (1)
48public override void OnOutgoingMessage(Message message, RequestContext requestContext)
6 references to OnOutgoingMessage
System.ServiceModel (6)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (2)
75this.contextProtocol.OnOutgoingMessage(message, this); 131this.context.contextProtocol.OnOutgoingMessage(message, this.context);
System\ServiceModel\Channels\ContextOutputChannelBase.cs (2)
73this.ContextProtocol.OnOutgoingMessage(message, null); 123contextProtocol.OnOutgoingMessage(message, null);
System\ServiceModel\Channels\ContextRequestChannelBase.cs (2)
34this.contextProtocol.OnOutgoingMessage(message, null); 73this.contextProtocol.OnOutgoingMessage(message, null);