ServiceMetadataBehavior.HttpsGetEnabled Property
Gets or sets a value that indicates whether to publish service metadata for retrieval using an HTTPS/GET request.
Namespace: System.ServiceModel.Description
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.