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 sent or a SOAP response received by an XML Web service client at a specific . This class cannot be inherited.
Property
System.String
a
The property is available in any .
Gets the SOAPAction HTTP request header field for the SOAP request or SOAP response.
1.0.5000.0
2.0.0.0
Property
System.Web.Services.Protocols.SoapHttpClientProtocol
To be added: an object of type 'SoapHttpClientProtocol'
The property can be accessed during any .
Gets an instance of the client proxy class, which derives from .
1.0.5000.0
2.0.0.0
Method
System.Void
For XML Web service clients, the in parameters are available prior to the SOAP request serialization process in the stage. The is thrown if the method is invoked in any other .
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 clients, the out parameters are available after the SOAP response deserialization process in the stage. The is thrown if method is invoked in any other .
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 of 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 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
2.0.0.0
System.Runtime.InteropServices.ComVisible(false)
System.Web.Services.Protocols.SoapProtocolVersion
To be added.
When an XML Web service supports SOAP version 1.1,.NET Framework clients communicate with an XML Web service in that version by default. For details on how to change the version of the SOAP protocol, see the property.
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 URL of the XML Web service.
1.0.5000.0
2.0.0.0