C# Class SocketServers.ProtocolPort

Mostra file Open project: vf1/serversockets Class Usage Examples

Public Properties

Property Type Description
Port int
Protocol ServerProtocol

Public Methods

Method Description
ProtocolPort ( ServerProtocol protocol, int port ) : System

Method Details

ProtocolPort() public method

public ProtocolPort ( ServerProtocol protocol, int port ) : System
protocol ServerProtocol
port int
return System

Property Details

Port public_oe property

public int Port
return int

Protocol public_oe property

public ServerProtocol Protocol
return ServerProtocol