XmlSerializationWriter.WriteRpcResult(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a SOAP 1.2 RPC result element with a specified qualified name in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteRpcResult(System::String ^ name, System::String ^ ns);
protected void WriteRpcResult (string name, string? ns);
protected void WriteRpcResult (string name, string ns);
member this.WriteRpcResult : string * string -> unit
Protected Sub WriteRpcResult (name As String, ns As String)
Parameters
- name
- String
The local name of the result body.
- ns
- String
The namespace of the result body.
Remarks
The protected members of 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".