1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
123this.channel = channel;
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (3)
152IAsyncResult result = this.channel.BeginRequest(this.message, this.timeoutHelper.RemainingTime(), onRequest, this); 235requestResult = this.channel.BeginRequest(this.requestMessage, this.timeoutHelper.RemainingTime(), onRequest, this); 262this.replyMessage = this.channel.EndRequest(result);