2 references to HostHeader
System.Data.Services (2)
System\Data\Services\HttpContextServiceHost.cs (2)
212
this.absoluteRequestUri = WebUtil.ApplyHostHeader(match.RequestUri, this.
HostHeader
);
318
this.absoluteServiceUri = WebUtil.ApplyHostHeader(match.BaseUri, this.
HostHeader
);