1 write to httpGetEnabled
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
41
set { this.
httpGetEnabled
= value; }
4 references to httpGetEnabled
System.ServiceModel (4)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (4)
40
get { return this.
httpGetEnabled
; }
209
if (this.
httpGetEnabled
)
221
if (this.
httpGetEnabled
)
251
mex.HttpGetEnabled = this.
httpGetEnabled
;