1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1756this.channel = channel;
7 references to channel
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (7)
1764get { return this.channel.ThisLock; } 1781this.waitHandle.Abort(this.channel); 1785this.waitHandle.Fault(this.channel); 1796using (Message message = this.replyProvider.Provide(this.channel, info)) 1798this.channel.binder.SetMaskingMode(context, maskingMode); 1815this.asyncMessage = this.replyProvider.Provide(this.channel, info); 1820this.channel.binder.SetMaskingMode(this.requestContext, MaskingMode.Handled);