Mono Class Library: Overview

System.Net.Sockets.TcpListener: Members

The members of System.Net.Sockets.TcpListener are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

Public Properties

ExclusiveAddressUsebool. Documentation for this section has not yet been entered.
[read-only]
LocalEndpointSystem.Net.EndPoint. Documentation for this section has not yet been entered.
[read-only]
ServerSocket. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
Activebool. Documentation for this section has not yet been entered.

Public Methods

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.