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

mun_proxy 関連. More...

Classes

class  main
 mun_proxyサーバメイン制御. More...
 
class  MunProxyConfigure
 mun_proxyサーバの設定. More...
 
class  MunProxyDatabase
 mun_proxyサーバのデータベース管理. More...
 
class  MunProxyServer
 mun_proxyサーバ制御. More...
 
class  MunProxySessionToClient
 MUNクライアントとのネットワーク接続処理. More...
 
class  MunProxySessionToCustomAuthServer
 MUNクライアントとのネットワーク接続処理. More...
 
class  MunProxySessionToMasterServer
 mun_masterサーバとのネットワーク接続処理. More...
 
class  MunProxySessionToMonitor
 mun_monitorサーバとのネットワーク接続処理クラス. More...
 
class  MunProxySessionToResolverServer
 mun_resolverサーバとのネットワーク接続処理. 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_proxy 関連.

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を使用する.