The properties of System.Web.Services.Protocols.SoapClientMessage are listed below. For a list of all members, see the SoapClientMessage Members list.
See Also: Inherited members from System.Web.Services.Protocols.SoapMessage
[read-only] override | Action | string.
Gets the SOAPAction HTTP request header field for the SOAP request or SOAP response. |
[read-only] | Client | SoapHttpClientProtocol.
Gets an instance of the client proxy class, which derives from System.Web.Services.Protocols.SoapHttpClientProtocol. |
[read-only] override | MethodInfo | LogicalMethodInfo.
Gets a representation of the method prototype of the XML Web service method for which the SOAP request is intended. |
[read-only] override | OneWay | bool.
Gets a value indicating whether the client waits for the server to finish processing an XML Web service method. |
[read-only] override | SoapVersion | SoapProtocolVersion.
Gets the version of the SOAP protocol used to communicate with the XML Web service. |
[read-only] override | Url | string.
Gets the URL of the XML Web service. |