C# Class SocketServers.ProtocolPort

Afficher le fichier Open project: vf1/serversockets Class Usage Examples

Méthodes publiques

Свойство Type Description
Port int
Protocol ServerProtocol

Méthodes publiques

Méthode Description
ProtocolPort ( ServerProtocol protocol, int port ) : System

Method Details

ProtocolPort() public méthode

public ProtocolPort ( ServerProtocol protocol, int port ) : System
protocol ServerProtocol
port int
Résultat System

Property Details

Port public_oe property

public int Port
Résultat int

Protocol public_oe property

public ServerProtocol Protocol
Résultat ServerProtocol