C# 클래스 Bricklayer.Common.Data.ServerSaveData

Server data such as name and host. To be used for saving/loading servers from a config file
파일 보기 프로젝트 열기: Cyral/Bricklayer

공개 메소드들

메소드 설명
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

메소드 상세

GetHostString() 공개 메소드

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

ServerSaveData() 공개 메소드

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