Dart.PowerTCP.SslSockets Namespace > Udp Class : Socket Property (Udp) |
Returns the instance of the System.Net.Sockets.Socket that is accepting connections.
[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();
}
The System.Net.Sockets.Socket that is accepting connections.
The System.Net.Sockets.Socket instance used by some components (such as the Server component and Udp component) is exposed through this property. It is not recommended to use this property to listen for or respond to connections. To do this, use high-level methods such as Listen or Open.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.