C# Class server.Class.Initializer.ServerStart

Show 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 static property

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

Listener public static property

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

Port public static property

public static int Port
return int