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
)
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Server Class | Server Members | Overload List
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.