The members of System.Net.Sockets.TcpListener are listed below.
See Also: Inherited members from System.Object
Documentation for this section has not yet been entered. Documentation for this section has not yet been entered. Documentation for this section has not yet been entered.
ExclusiveAddressUse bool. Documentation for this section has not yet been entered. [read-only] LocalEndpoint System.Net.EndPoint. Documentation for this section has not yet been entered. [read-only] Server Socket. Documentation for this section has not yet been entered.
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.