ProtocolReflector.OutputMessage 属性
定义
获取抽象操作(协议反射器当前正在通过 Web 服务方法生成)的 Web 服务描述语言 (WSDL) 输出消息。Gets the Web Services Description Language (WSDL) output message for the abstract operation that the protocol reflector is currently generating from a Web service method.
public:
property System::Web::Services::Description::Message ^ OutputMessage { System::Web::Services::Description::Message ^ get(); };
public System.Web.Services.Description.Message OutputMessage { get; }
member this.OutputMessage : System.Web.Services.Description.Message
Public ReadOnly Property OutputMessage As Message
属性值
抽象操作(协议反射器当前正在通过 Web 服务方法生成)的 Web 服务描述语言 (WSDL) 输出消息。The Web Services Description Language (WSDL) output message for the abstract operation that the protocol reflector is currently generating from a Web service method.