1 write to operationContext
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebOperationContext.cs (1)
39
this.
operationContext
= operationContext;
4 references to operationContext
System.ServiceModel.Web (4)
System\ServiceModel\Web\WebOperationContext.cs (4)
67
get { return new IncomingWebRequestContext(this.
operationContext
); }
72
get { return new IncomingWebResponseContext(this.
operationContext
); }
77
get { return new OutgoingWebRequestContext(this.
operationContext
); }
82
get { return new OutgoingWebResponseContext(this.
operationContext
); }