See Also

Udp Class  | Udp Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Socket Property

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

Return Type

The System.Net.Sockets.Socket that is accepting connections.

Remarks

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.

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

Udp Class  | Udp Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.