SoapFormatter.TopObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
The ISoapMessage into which the SOAP top object is deserialized.
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.