TcpListener
TcpListener(Int32)
TcpListener(IPEndPoint)
TcpListener(IPAddress, Int32)
~TcpListener()
Active
ExclusiveAddressUse
LocalEndpoint
Server
AcceptSocket()
AcceptSocketAsync()
AcceptSocketAsync(CancellationToken)
AcceptTcpClient()
AcceptTcpClientAsync()
AcceptTcpClientAsync(CancellationToken)
AllowNatTraversal(Boolean)
BeginAcceptSocket(AsyncCallback, Object)
BeginAcceptTcpClient(AsyncCallback, Object)
Create(Int32)
Dispose()
EndAcceptSocket(IAsyncResult)
EndAcceptTcpClient(IAsyncResult)
Pending()
Start()
Start(Int32)
Stop()
net11
namespace System.Net.Sockets
{
public class TcpListener
{
~TcpListener();
}
}
.NET Framework | 1.01.1 |
---|---|
Information specific to net11 | |
Assembly | System , Version=1.0.5000.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API