4 references to ServiceContextProtocol
System.ServiceModel (4)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
26
this.contextProtocol = new
ServiceContextProtocol
(contextExchangeMechanism);
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
20
this.contextProtocol = new
ServiceContextProtocol
(contextExchangeMechanism);
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
130
ServiceContextProtocol contextProtocol = new
ServiceContextProtocol
(this.contextExchangeMechanism);
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
18
this.contextProtocol = new
ServiceContextProtocol
(contextExchangeMechanism);