Прочетете на английски Редактиране

Споделяне чрез


ServiceMetadataBehavior.HttpsGetEnabled Property

Definition

Gets or sets a value that indicates whether to publish service metadata for retrieval using an HTTPS/GET request.

C#
public bool HttpsGetEnabled { get; set; }

Property Value

true if the WSDL is published; otherwise, false. The default is false.

Remarks

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.

Applies to

Продукт Версии
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1