System.Xml.Serialization.XmlSerializationWriter.WriteRpcResult Method

Writes a SOAP 1.2 RPC result element with a specified qualified name in its body.

Syntax

protected void WriteRpcResult (string name, string ns)

Parameters

name
The local name of the result body.
ns
The namespace of the result body.

Remarks

The protected members of System.Xml.Serialization.XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

The result element is defined in the namespace "http://www.w3.org/2002/12/soap-rpc".

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0