Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun_resolver Namespace Reference

mun_resolver 関連. More...

Classes

class  main
 mun_resolverサーバメイン制御. More...
 
class  MunResolverConfigure
 mun_resolverサーバの設定. More...
 
class  MunResolverDatabase
 mun_resolverサーバのデータベース管理クラス. More...
 
class  MunResolverServer
 mun_resolverサーバ本体の制御クラス. More...
 
class  MunResolverSessionToClient
 MUNクライアントとのネットワーク接続処理. More...
 
class  MunResolverSessionToMonitor
 mun_monitorとのネットワーク接続処理. More...
 
class  MunResolverSessionToProxyServer
 mun_proxyサーバとのネットワーク接続処理クラス. More...
 
class  ProxyServerConnectInfo
 mun_proxyサーバとの接続情報. More...
 

Enumerations

enum  MunServerListen {
  MunServerListen.MUN_SERVER_LISTEN_USE_NONE = 0x00, MunServerListen.MUN_SERVER_LISTEN_USE_TCP = 0x01 << 0, MunServerListen.MUN_SERVER_LISTEN_USE_UDP = 0x01 << 1, MunServerListen.MUN_SERVER_LISTEN_USE_WS = 0x01 << 2,
  MunServerListen.MUN_SERVER_LISTEN_USE_WSS = 0x01 << 3
}
 リスニングフラグ. More...
 

Detailed Description

mun_resolver 関連.

Enumeration Type Documentation

リスニングフラグ.

Enumerator
MUN_SERVER_LISTEN_USE_NONE 

定義なし.

MUN_SERVER_LISTEN_USE_TCP 

TCPを使用する.

MUN_SERVER_LISTEN_USE_UDP 

UDPを使用する.

MUN_SERVER_LISTEN_USE_WS 

WSを使用する.

MUN_SERVER_LISTEN_USE_WSS 

WSSを使用する.