1 write to context
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
355
this.
context
= this.OnEndReceiveRequest(result);
7 references to context
System.ServiceModel (7)
System\ServiceModel\Channels\OneWayChannelListener.cs (7)
327
context
.EndReply(result);
346
context
.Abort();
356
if (this.
context
== null)
365
this.message =
context
.RequestMessage;
366
this.message.Properties.Add(RequestContextMessageProperty.Name, new RequestContextMessageProperty(
context
));
374
replyResult =
context
.BeginReply(null, timeoutHelper.RemainingTime(), onReply, this);
394
this.
context
.Abort();