See Also

Agent Class  | Agent Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerSNMP for .NET

Socket Property

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(); }

Return Type

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Agent Class  | Agent Members


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.