1 write to context
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
124
this.
context
= context;
5 references to context
System.ServiceModel (5)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (5)
131
this.
context
.contextProtocol.OnOutgoingMessage(message, this.
context
);
155
IAsyncResult result = this.
context
.innerContext.BeginReply(this.message, this.timeoutHelper.RemainingTime(), onReply, this);
236
replyResult = this.
context
.innerContext.BeginReply(this.replyMessage, this.timeoutHelper.RemainingTime(), onReply, this);
263
this.
context
.innerContext.EndReply(result);