ServiceMetadataPublishingElement.HttpsGetBinding 属性

定义

获取或设置一个字符串值,指定用于在 HTTPS GET 方案中进行元数据检索的绑定名称。Gets or sets a string value that specifies the name of the binding to be used for metadata retrieval in HTTPS GET scenarios.

public:
 property System::String ^ HttpsGetBinding { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("httpsGetBinding", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.StringValidator(MinLength=0)]
public string HttpsGetBinding { get; set; }
[<System.Configuration.ConfigurationProperty("httpsGetBinding", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.HttpsGetBinding : string with get, set
Public Property HttpsGetBinding As String

属性值

String

要用于在 HTTPS GET 方案中进行元数据检索的绑定的名称。The name of the binding to be used for metadata retrieval in HTTPS GET scenarios.

属性

注解

如果未设置此属性,则在适当的情况下使用默认绑定 (HttpsTransportBindingElement) 进行元数据检索。If this property is not set, the default binding (HttpsTransportBindingElement) is used for metadata retrieval as appropriate.

适用于