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

mun_proxyサーバとの接続情報. More...

Public Member Functions

string GetAddress ()
 IPアドレスの取得. More...
 
void SetAddress (string address)
 IPアドレスの設定. More...
 
UInt16 GetTcpPort ()
 TCPポート番号の取得. More...
 
void SetTcpPort (UInt16 port)
 TCPポート番号の設定. More...
 
UInt16 GetUdpPort ()
 UDPポート番号の取得. More...
 
void SetUdpPort (UInt16 port)
 UDPポート番号の設定. More...
 
UInt16 GetWsPort ()
 WebSocketポート番号の取得. More...
 
void SetWsPort (UInt16 port)
 WebSocketポート番号の設定. More...
 
UInt16 GetWssPort ()
 WebSocketSecureポート番号の取得. More...
 
void SetWssPort (UInt16 port)
 WebSocketSecureポート番号の設定. More...
 

Detailed Description

mun_proxyサーバとの接続情報.

Member Function Documentation

string mun_resolver.ProxyServerConnectInfo.GetAddress ( )

IPアドレスの取得.

Returns
IPアドレスを返す.

Here is the caller graph for this function:

UInt16 mun_resolver.ProxyServerConnectInfo.GetTcpPort ( )

TCPポート番号の取得.

Returns
TCPポート番号を返す.

Here is the caller graph for this function:

UInt16 mun_resolver.ProxyServerConnectInfo.GetUdpPort ( )

UDPポート番号の取得.

Returns
UDPポート番号を返す.

Here is the caller graph for this function:

UInt16 mun_resolver.ProxyServerConnectInfo.GetWsPort ( )

WebSocketポート番号の取得.

Returns
WebSocketポート番号を返す.

Here is the caller graph for this function:

UInt16 mun_resolver.ProxyServerConnectInfo.GetWssPort ( )

WebSocketSecureポート番号の取得.

Returns
WebSocketSecureポート番号を返す.

Here is the caller graph for this function:

void mun_resolver.ProxyServerConnectInfo.SetAddress ( string  address)

IPアドレスの設定.

Returns
address IPアドレス.

Here is the caller graph for this function:

void mun_resolver.ProxyServerConnectInfo.SetTcpPort ( UInt16  port)

TCPポート番号の設定.

Returns
port TCPポート番号.

Here is the caller graph for this function:

void mun_resolver.ProxyServerConnectInfo.SetUdpPort ( UInt16  port)

UDPポート番号の設定.

Returns
port UDPポート番号.

Here is the caller graph for this function:

void mun_resolver.ProxyServerConnectInfo.SetWsPort ( UInt16  port)

WebSocketポート番号の設定.

Returns
port WebSocketポート番号.

Here is the caller graph for this function:

void mun_resolver.ProxyServerConnectInfo.SetWssPort ( UInt16  port)

WebSocketSecureポート番号の設定.

Returns
port WebSocketSecureポート番号.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: