C# Class Core.Tcp.TcpServer

Afficher le fichier Open project: aal89/sharpcoin

Protected Properties

Свойство Type Description
server TcpListener

Méthodes publiques

Méthode Description
AwaitConnections ( ) : void

Méthodes protégées

Méthode Description
TcpServer ( int port ) : System.Net

Method Details

AwaitConnections() public abstract méthode

public abstract AwaitConnections ( ) : void
Résultat void

TcpServer() protected méthode

protected TcpServer ( int port ) : System.Net
port int
Résultat System.Net

Property Details

server protected_oe property

protected TcpListener server
Résultat TcpListener