C# Class server.Class.Initializer.ServerStart

Mostra file Open project: D4rkHero/Server-Client Class Usage Examples

Public Properties

Property Type Description
IP System.Net.IPAddress
Listener System.Net.Sockets.TcpListener
Port int

Public Methods

Method Description
ServerStart ( IPAddress ip, int port ) : System

Method Details

ServerStart() public method

public ServerStart ( IPAddress ip, int port ) : System
ip System.Net.IPAddress
port int
return System

Property Details

IP public_oe static_oe property

public static IPAddress,System.Net IP
return System.Net.IPAddress

Listener public_oe static_oe property

public static TcpListener,System.Net.Sockets Listener
return System.Net.Sockets.TcpListener

Port public_oe static_oe property

public static int Port
return int