ServiceMetadataPublishingElement.HttpGetEnabled Property

Definition

Gets or sets a value that specifies whether to publish service metadata for retrieval using an HTTP/Get request.

[System.Configuration.ConfigurationProperty("httpGetEnabled", DefaultValue=false)]
public bool HttpGetEnabled { get; set; }

Property Value

true if the service metadata is published for retrieval using an HTTP/Get request; otherwise, false. The default is false.

Attributes

Remarks

If the HttpGetUrl property is not specified, the address at which the metadata is published is the service address plus a "?wsdl". For example, if the service address is http://localhost:8080/CalculatorService, the HTTP/Get metadata address is http://localhost:8080/CalculatorService?wsdl.

If this property is false, or the address of the service is not based on HTTP or HTTPS, "?wsdl" is ignored.

Applies to

Produto Versões
.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