1 write to contextProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
29
this.
contextProtocol
= contextProtocol;
2 references to contextProtocol
System.ServiceModel (2)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (2)
75
this.
contextProtocol
.OnOutgoingMessage(message, this);
131
this.context.
contextProtocol
.OnOutgoingMessage(message, this.context);