1 write to hostWrapper
System.Data.Services (1)
System\Data\Services\DataServiceOperationContext.cs (1)
173this.hostWrapper = new DataServiceHostWrapper(this.hostInterface);
9 references to hostWrapper
System.Data.Services (9)
System\Data\Services\DataServiceOperationContext.cs (9)
103get { return this.hostWrapper.RequestHttpMethod; } 111get { return this.hostWrapper.AbsoluteRequestUri; } 119get { return this.hostWrapper.AbsoluteServiceUri; } 127get { return this.hostWrapper.RequestHeaders; } 135get { return this.hostWrapper.ResponseHeaders; } 143get { return this.hostWrapper.ResponseStatusCode; } 144set { this.hostWrapper.ResponseStatusCode = value; } 158Debug.Assert(this.hostWrapper != null, "Must call InitializeAndCacheHeaders() before calling the Host property."); 159return this.hostWrapper;