프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AppID | string | ||
CloudServerRegionNames | string[] | ||
CloudServerRegionPrefixes | string[] | ||
DefaultAppID | string | ||
DefaultCloudServerUrl | string | ||
DefaultMasterPort | int | ||
DefaultServerAddress | string | ||
HostType | HostingOption | ||
RpcList | List |
||
ServerAddress | string | ||
ServerPort | int |
메소드 | 설명 | |
---|---|---|
FindRegionForServerAddress ( string server ) : int | ||
FindServerAddressForRegion ( int regionIndex ) : string | ||
ToString ( ) : string | ||
UseCloud ( string cloudAppid, int regionIndex ) : void | ||
UseMyServer ( string serverAddress, int serverPort, string application ) : void |
public static FindRegionForServerAddress ( string server ) : int | ||
server | string | |
리턴 | int |
public static FindServerAddressForRegion ( int regionIndex ) : string | ||
regionIndex | int | |
리턴 | string |
public UseCloud ( string cloudAppid, int regionIndex ) : void | ||
cloudAppid | string | |
regionIndex | int | |
리턴 | void |
public UseMyServer ( string serverAddress, int serverPort, string application ) : void | ||
serverAddress | string | |
serverPort | int | |
application | string | |
리턴 | void |
public static string[] CloudServerRegionPrefixes | ||
리턴 | string[] |