SoapFormatter.TopObject 属性
定义
获取或设置将 SOAP 顶级对象反序列化为的 ISoapMessage。Gets or sets the ISoapMessage into which the SOAP top object is deserialized.
public:
property System::Runtime::Serialization::Formatters::ISoapMessage ^ TopObject { System::Runtime::Serialization::Formatters::ISoapMessage ^ get(); void set(System::Runtime::Serialization::Formatters::ISoapMessage ^ value); };
public System.Runtime.Serialization.Formatters.ISoapMessage TopObject { get; set; }
member this.TopObject : System.Runtime.Serialization.Formatters.ISoapMessage with get, set
Public Property TopObject As ISoapMessage
属性值
将 SOAP 顶级对象反序列化为的 ISoapMessage。The ISoapMessage into which the SOAP top object is deserialized.
注解
此属性用于 SOAP 远程过程调用 (RPC) 格式,并指定 SOAP top 记录是远程调用的方法,而不是公共语言运行时对象类型。This property is used for SOAP remote procedure call (RPC) format and specifies that the SOAP top record is a method called remotely, not a common language runtime object type.