1 write to httpGetUrl
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
55this.httpGetUrl = value;
4 references to httpGetUrl
System.ServiceModel (4)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (4)
47get { return this.httpGetUrl; } 211httpDispatcherEnabled = EnsureGetDispatcher(host, mex, this.httpGetUrl, Uri.UriSchemeHttp); 254mex.HttpGetUrl = host.GetVia(Uri.UriSchemeHttp, this.httpGetUrl == null ? new Uri(string.Empty, UriKind.Relative) : this.httpGetUrl);