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