1 write to httpsGetEnabled
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
62
set { this.
httpsGetEnabled
= value; }
4 references to httpsGetEnabled
System.ServiceModel (4)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (4)
61
get { return this.
httpsGetEnabled
; }
214
if (this.
httpsGetEnabled
)
226
if (this.
httpsGetEnabled
)
252
mex.HttpsGetEnabled = this.
httpsGetEnabled
;