1 write to context
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
124this.context = context;
5 references to context
System.ServiceModel (5)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (5)
131this.context.contextProtocol.OnOutgoingMessage(message, this.context); 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);