Mono Class Library: OverviewSystem.Net.Sockets.TcpListener: Method Members |
The methods of System.Net.Sockets.TcpListener are listed below. For a list of all members, see the TcpListener Members list.
See Also: Inherited members from System.Object
AcceptSocket() : Socket Listens for a new client connection and returns a System.Net.Sockets.Socket for it.AcceptTcpClient() : TcpClient Listens for a new client connection and returns a System.Net.Sockets.TcpClient for it.BeginAcceptSocket(AsyncCallback, object) : IAsyncResult Documentation for this section has not yet been entered.BeginAcceptTcpClient(AsyncCallback, object) : IAsyncResult Documentation for this section has not yet been entered.EndAcceptSocket(IAsyncResult) : Socket Documentation for this section has not yet been entered.EndAcceptTcpClient(IAsyncResult) : TcpClient Documentation for this section has not yet been entered.Finalize() Documentation for this section has not yet been entered.Pending() : bool Returns whether or not there are pending connections.Start() Starts the TcpListener.Start(int) Documentation for this section has not yet been entered.Stop() Stops the TcpListener.