This documentation is archived and is not being maintained.
SoapClientMessage.Client Property
.NET Framework 1.1
Gets an instance of the client proxy class, which derives from SoapHttpClientProtocol.
[Visual Basic] Public ReadOnly Property Client As SoapHttpClientProtocol [C#] public SoapHttpClientProtocol Client {get;} [C++] public: __property SoapHttpClientProtocol* get_Client(); [JScript] public function get Client() : SoapHttpClientProtocol;
Property Value
An instance of the client proxy class.
Remarks
The Client property can be accessed during any SoapMessageStage.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
SoapClientMessage Class | SoapClientMessage Members | System.Web.Services.Protocols Namespace
Show: