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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.