ProtocolImporter.InputMessage 属性

定义

获取协议导入程序当前正在处理,以在绑定类中生成方法的抽象操作的 Web 服务描述语言 (WSDL) 输入消息。Gets the Web Services Description Language (WSDL) input message for the abstract operation that the protocol importer is currently processing to generate a method in a binding class.

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

属性值

Message

协议导入程序当前正在处理,以在绑定类中生成方法的抽象操作的 Web 服务描述语言 (WSDL) 输入消息。The Web Services Description Language (WSDL) input message for the abstract operation that the protocol importer is currently processing to generate a method in a binding class.

适用于