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中定义。

适用于