ProtocolReflector.Binding 属性

定义

获取当前正在生成并添加到关联的 ServiceDescription 中的 Web 服务描述语言 (WSDL) 绑定。Gets the Web Services Description Language (WSDL) binding currently being generated and added to the associated ServiceDescription.

public:
 property System::Web::Services::Description::Binding ^ Binding { System::Web::Services::Description::Binding ^ get(); };
public System.Web.Services.Description.Binding Binding { get; }
member this.Binding : System.Web.Services.Description.Binding
Public ReadOnly Property Binding As Binding

属性值

Binding

当前正在生成并添加到关联的 ServiceDescription 中的 Web 服务描述语言 (WSDL) 绑定。The Web Services Description Language (WSDL) binding currently being generated and added to the associated ServiceDescription.

适用于