C# Class Bricklayer.Common.Data.ServerSaveData

Server data such as name and host. To be used for saving/loading servers from a config file
Show file Open project: Cyral/Bricklayer

Public Methods

Method Description
GetHostString ( ) : string

Returns a string created from an IP and port (If it exists), such as localhost:0000

ServerSaveData ( string name, string ip, int port ) : System

Method Details

GetHostString() public method

Returns a string created from an IP and port (If it exists), such as localhost:0000
public GetHostString ( ) : string
return string

ServerSaveData() public method

public ServerSaveData ( string name, string ip, int port ) : System
name string
ip string
port int
return System