This documentation is archived and is not being maintained.
DiscoveryClientProtocol.AdditionalInformation Property
.NET Framework 1.1
Gets information in addition to references found in the discovery document.
[Visual Basic] Public ReadOnly Property AdditionalInformation As IList [C#] public IList AdditionalInformation {get;} [C++] public: __property IList* get_AdditionalInformation(); [JScript] public function get AdditionalInformation() : IList;
Property Value
An IList containing additional information found in the discovery document.
Remarks
The AdditionalInformation property primarily contains SOAP bindings, represented by the SoapBinding class, defined in the discovery document.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
DiscoveryClientProtocol Class | DiscoveryClientProtocol Members | System.Web.Services.Discovery Namespace
Show: