System.Web.Services 1.0.5000.0 2.0.0.0 Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. System.Web.Services.Protocols.SoapMessage To be added Represents the data in a SOAP request received or a SOAP response sent by an XML Web service method at a specific . This class cannot be inherited. Property System.String a The property can be accessed during any . Gets the SOAPAction HTTP request header field for the SOAP request or SOAP response. 1.0.5000.0 2.0.0.0 Method System.Void For XML Web service methods, the in parameters are available after the SOAP request in the deserialization process of the stage. If the method is invoked in any other , the is thrown. Asserts that the current is a stage where in parameters are available. If not, an exception is thrown. 1.0.5000.0 2.0.0.0 Method System.Void For XML Web service methods, the out parameters are available prior to the SOAP response serialization process in the stage. If the method is invoked in any other , the is thrown. Asserts that the current is a stage where out parameters are available. If not, an exception is thrown. 1.0.5000.0 2.0.0.0 Property System.Web.Services.Protocols.LogicalMethodInfo a Although the property can be accessed during any stage, the method information is only available during and . Gets a representation of the method prototype for the XML Web service method for which the SOAP request is intended. 1.0.5000.0 2.0.0.0 Property System.Boolean a A or applied to an XML Web service method or XML Web service client can specify whether the XML Web service method is one way or not by setting the property of the attribute. The property can be accessed during any . Gets a value indicating whether the client waits for the server to finish processing an XML Web service method. 1.0.5000.0 2.0.0.0 Property System.Object To be added: an object of type 'object' The property is an instance of the class implementing the XML Web service. If a SOAP extension knew ahead of time the type of the class, it could cast to that type and access properties and methods of the class implementing the XML Web service. The property can be accessed during or . Gets the instance of the class handling the method invocation on the Web server. 1.0.5000.0 2.0.0.0 Property 2.0.0.0 System.Runtime.InteropServices.ComVisible(false) System.Web.Services.Protocols.SoapProtocolVersion To be added. The property is guaranteed to be valid after the stage. In the stage the property is available, but the SOAP message has not been completely processed and SOAP extensions that may alter the contents of the SOAP message have not run. Gets the version of the SOAP protocol used to communicate with the XML Web service. Property System.String a The property can be accessed during any . Gets the base URL of the XML Web service. 1.0.5000.0 2.0.0.0