SoapFormatter.TopObject Property

Definition

Gets or sets the ISoapMessage into which the SOAP top object is deserialized.

C#
public System.Runtime.Serialization.Formatters.ISoapMessage TopObject { get; set; }

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

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1