1 write to requestHttpMethod
System.Data.Services (1)
System\Data\Services\DataServiceHostWrapper.cs (1)
252this.requestHttpMethod = this.host.RequestHttpMethod;
3 references to requestHttpMethod
System.Data.Services (3)
System\Data\Services\DataServiceHostWrapper.cs (3)
250if (string.IsNullOrEmpty(this.requestHttpMethod)) 253if (String.IsNullOrEmpty(this.requestHttpMethod)) 259return this.requestHttpMethod;