3 writes to baseUri
System.ServiceModel (3)
System\UriTemplateMatch.cs (3)
39
this.
baseUri
= UriTemplate.RewriteUri(this.originalBaseUri, this.requestProp.Headers[HttpRequestHeader.Host]);
45
this.
baseUri
= value;
145
this.
baseUri
= null;
2 references to baseUri
System.ServiceModel (2)
System\UriTemplateMatch.cs (2)
37
if (this.
baseUri
== null && this.originalBaseUri != null)
41
return this.
baseUri
;