ServiceMetadataBehavior.HttpsGetEnabled Property
Gets or sets a value that indicates whether to publish service metadata for retrieval using an HTTPS/GET request.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Booleantrue if the WSDL is published; otherwise, false. The default is false.
If the value of HttpsGetUrl is relative, the address at which the metadata is published is the base address and the service address plus a ?wsdl querystring.
If the value of HttpsGetUrl is absolute the address at which the metadata is published is the value of HttpsGetUrl value plus a ?wsdl querystring.
For example, if the service address is https://localhost:8080/CalculatorService and the HttpsGetUrl is an empty string, the HTTPS/GET metadata address is https://localhost:8080/CalculatorService?wsdl.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.