The members of System.Web.Services.Protocols.SoapMessage are listed below.
See Also: Inherited members from System.Object
[read-only] abstract | Action | string.
When overridden in a derived class, gets the SOAPAction HTTP request header field for the SOAP request or SOAP response. |
ContentEncoding | string.
Gets or sets the contents of the Content-Encoding HTTP header. | |
ContentType | string.
Gets or sets the HTTP Content-Type of the SOAP request or SOAP response. | |
Exception | SoapException.
Gets the System.Web.Services.Protocols.SoapException from the call to the XML Web service method. | |
[read-only] | Headers | SoapHeaderCollection.
A collection of the SOAP headers applied to the current SOAP request or SOAP response. |
[read-only] abstract | MethodInfo | LogicalMethodInfo.
When overridden in a derived class, gets a representation of the method prototype for the XML Web service method for which the SOAP request is intended. |
[read-only] abstract | OneWay | bool.
Gets a value indicating the SoapDocumentMethodAttribute.OneWay property of either the System.Web.Services.Protocols.SoapDocumentMethodAttribute or the System.Web.Services.Protocols.SoapRpcMethodAttribute attribute applied to the XML Web service method. |
[read-only] | SoapVersion | SoapProtocolVersion.
Gets the version of the SOAP protocol used to communicate with the XML Web service. |
[read-only] | Stage | SoapMessageStage.
Gets the System.Web.Services.Protocols.SoapMessageStage of the System.Web.Services.Protocols.SoapMessage. |
[read-only] | Stream | System.IO.Stream.
Gets the data representing the SOAP request or SOAP response in the form of a System.IO.Stream. |
[read-only] abstract | Url | string.
When overridden in a derived class, gets the base URL of the XML Web service. |
GetInParameterValue(int)
| ||
GetOutParameterValue(int)
| ||
GetReturnValue()
|
abstract | EnsureInStage()
| |
abstract | EnsureOutStage()
| |
EnsureStage(SoapMessageStage)
|