SoapFormatter.TopObject Eigenschaft

Definition

Ruft ab oder legt die ISoapMessage fest, in die das SOAP-Oberste Objekt deserialisiert wird.

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

Eigenschaftswert

Das ISoapMessage SOAP-Oberste Objekt wird deserialisiert.

Hinweise

Diese Eigenschaft wird für das RPC-Format (SOAP Remote Procedure Call) verwendet und gibt an, dass der SOAP-Top-Eintrag eine Methode ist, die remote aufgerufen wird, nicht ein Common Language Runtime-Objekttyp.This property is used for SOAP remote procedure call (RPC) format and specifies that the SOAP top record is a method called remote, not a common language runtime object type.

Gilt für: