1 write to httpsGetUrl
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
77
this.
httpsGetUrl
= value;
4 references to httpsGetUrl
System.ServiceModel (4)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (4)
68
get { return this.
httpsGetUrl
; }
216
httpsDispatcherEnabled = EnsureGetDispatcher(host, mex, this.
httpsGetUrl
, Uri.UriSchemeHttps);
255
mex.HttpsGetUrl = host.GetVia(Uri.UriSchemeHttps, this.
httpsGetUrl
== null ? new Uri(string.Empty, UriKind.Relative) : this.
httpsGetUrl
);