1 write to requestContext
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1873this.requestContext = requestContext;
7 references to requestContext
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (7)
1810if (this.requestContext == null) 1820this.channel.binder.SetMaskingMode(this.requestContext, MaskingMode.Handled); 1821IAsyncResult result = this.requestContext.BeginReply(this.asyncMessage, timeout, 1847this.requestContext.EndReply(result); 1871oldContext = this.requestContext; 1903if (this.requestContext == null) 1909this.Reply(this.requestContext, this.info, timeoutHelper.RemainingTime(),