XmlSerializationWriter.WriteRpcResult(String, String) Method

Definition

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".

Applies to