C# 클래스 ProtocolAbstractionLibraryD.CityInfo

CityInfo holds information about, and can be used to represent a city server.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Description string
IP string
Map ulong
Messages List
Name string
Online bool
Port int
Status CityInfoStatus
Thumbnail ulong
UUID string

공개 메소드들

메소드 설명
CityInfo ( bool IsServer ) : System

Initializes a new instance of CityInfo.

메소드 상세

CityInfo() 공개 메소드

Initializes a new instance of CityInfo.
public CityInfo ( bool IsServer ) : System
IsServer bool Is this a city server?
리턴 System

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

IP 공개적으로 프로퍼티

public string IP
리턴 string

Map 공개적으로 프로퍼티

public ulong Map
리턴 ulong

Messages 공개적으로 프로퍼티

public List Messages
리턴 List

Name 공개적으로 프로퍼티

public string Name
리턴 string

Online 공개적으로 프로퍼티

public bool Online
리턴 bool

Port 공개적으로 프로퍼티

public int Port
리턴 int

Status 공개적으로 프로퍼티

public CityInfoStatus Status
리턴 CityInfoStatus

Thumbnail 공개적으로 프로퍼티

public ulong Thumbnail
리턴 ulong

UUID 공개적으로 프로퍼티

public string UUID
리턴 string