ProtocolReflector.OperationBinding 属性

定义

获取协议导入程序当前正在通过 Web 服务方法生成的 Web 服务描述语言 (WSDL) 操作绑定。Gets the Web Services Description Language (WSDL) operation binding that the protocol importer is currently generating from a Web service method.

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

属性值

OperationBinding

协议导入程序当前正在通过 Web 服务方法生成的 Web 服务描述语言 (WSDL) 操作绑定。The Web Services Description Language (WSDL) operation binding that the protocol importer is currently generating from a Web service method.

注解

Web 服务方法由标识 WebMethodAttributeWeb service methods are identified by the WebMethodAttribute.

适用于