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