1 write to innerContext
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
28this.innerContext = innerContext;
8 references to innerContext
System.ServiceModel (8)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (8)
35get { return this.innerContext.RequestMessage; } 40this.innerContext.Abort(); 55this.innerContext.Close(timeout); 60this.innerContext.Close(); 94this.innerContext.Reply(replyMessage, timeoutHelper.RemainingTime()); 155IAsyncResult result = this.context.innerContext.BeginReply(this.message, this.timeoutHelper.RemainingTime(), onReply, this); 236replyResult = this.context.innerContext.BeginReply(this.replyMessage, this.timeoutHelper.RemainingTime(), onReply, this); 263this.context.innerContext.EndReply(result);