| Dart.PowerSNMP Namespace > Agent Class : Socket Property (Agent) |
Gets the Socket instance being used for network communications.
[Visual Basic]
<BrowsableAttribute(False)>
Public ReadOnly Property Socket As Socket[C#]
[BrowsableAttribute(false)]
public Socket Socket {get;}[C++]
[BrowsableAttribute(false)]
public: __property Socket* get_Socket();[C++/CLI]
[BrowsableAttribute(false)]
public:
property Socket^ Socket {
Socket^ get();
}Returns null if Agent.Open has not been used or Agent.Close has been used to release resources. This property is used at run-time only.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Send comments on this topic.
Documentation version 1.2.0.0.
© 2008 Dart Communications. All rights reserved.