1 write to HttpGetUrl
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
254mex.HttpGetUrl = host.GetVia(Uri.UriSchemeHttp, this.httpGetUrl == null ? new Uri(string.Empty, UriKind.Relative) : this.httpGetUrl);
3 references to HttpGetUrl
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataExtension.cs (3)
777result = parent.HttpGetUrl; 786result = parent.HttpGetUrl; 977docUrl = parent.HttpGetUrl;