See Also

Server Class  | Server Members  | Overload List

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

endpoint
The IPEndPoint that the Server component will attempt to bind to.
See Also Languages PowerTCP SSL Sockets for .NET

Listen(IPEndPoint) Method

Dart.PowerTCP.SslSockets Namespace > Server Class > Listen Method : Listen(IPEndPoint) Method

Begin listening at the specified endpoint.

[Visual Basic]
Overloads Public Sub Listen( _    ByVal endpoint As IPEndPoint _ )
[C#]
public void Listen(    IPEndPoint endpoint );
[C++]
public: void Listen(    IPEndPoint* endpoint )
[C++/CLI]
public: void Listen(    IPEndPoint^ endpoint )

Parameters

endpoint
The IPEndPoint that the Server component will attempt to bind to.

Remarks

This method causes the Server object to listen for passive connections at the specified endpoint. When a client makes a connection, the Connection event is raised and a Tcp object representing the connection is added to the Connections collection.

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

Server Class  | Server Members  | Overload List


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.