1 write to innerContext
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
28
this.
innerContext
= innerContext;
8 references to innerContext
System.ServiceModel (8)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (8)
35
get { return this.
innerContext
.RequestMessage; }
40
this.
innerContext
.Abort();
55
this.
innerContext
.Close(timeout);
60
this.
innerContext
.Close();
94
this.
innerContext
.Reply(replyMessage, timeoutHelper.RemainingTime());
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);