2 references to ContextChannelRequestContext
System.ServiceModel (2)
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
132return new ContextChannelRequestContext(innerContext, contextProtocol, this.DefaultSendTimeout);
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
137return new ContextChannelRequestContext(innerContext, this.contextProtocol, this.DefaultSendTimeout);