1 write to contextProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
18this.contextProtocol = new ServiceContextProtocol(contextExchangeMechanism);
2 references to contextProtocol
System.ServiceModel (2)
System\ServiceModel\Channels\ContextReplySessionChannel.cs (2)
136this.contextProtocol.OnIncomingMessage(innerContext.RequestMessage); 137return new ContextChannelRequestContext(innerContext, this.contextProtocol, this.DefaultSendTimeout);