XmlSerializationWriter.WriteRpcResult(String, String) 方法

定義

將含有指定之限定名稱的 SOAP 1.2 RPC 結果項目寫入其主體中。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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)

參數

name
String

結果主體的區域名稱。

ns
String

結果主體的命名空間。

備註

的受保護成員 XmlSerializationWriter 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。

元素 result 定義于命名空間 「 http://www.w3.org/2002/12/soap-rpc 」。

適用於