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