C# Class Bricklayer.Common.Data.ServerSaveData

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

Méthodes publiques

Méthode 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 méthode

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

ServerSaveData() public méthode

public ServerSaveData ( string name, string ip, int port ) : System
name string
ip string
port int
Résultat System