MUNクライアントの接続情報.
More...
int mun_master.ClientConnectInfo.CompareTo |
( |
object |
rh | ) |
|
オブジェクトの比較.
- Returns
- 同一であれば0、異なっていれば1を返す。
UInt32 mun_master.ClientConnectInfo.GetAppId |
( |
| ) |
|
アプリケーションIDの取得.
- Returns
- アプリケーションIDを返す.
IntPtr mun_master.ClientConnectInfo.GetConnectionForProxyServer |
( |
| ) |
|
このクライアントが接続している mun_proxy サーバの接続モジュールの取得.
- Returns
- このクライアントが接続している mun_proxy サーバの接続モジュールを返す.
UInt32 mun_master.ClientConnectInfo.GetIdForMasterServer |
( |
| ) |
|
mun_masterサーバ上のクライアント識別用ユニークIDの取得.
- Returns
- mun_masterサーバ上のクライアント識別用ユニークIDを返す.
UInt64 mun_master.ClientConnectInfo.GetIdForProxyServer |
( |
| ) |
|
mun_proxyサーバ上のクライアント識別用ユニークIDの取得.
- Returns
- mun_proxyサーバ上のクライアント識別用ユニークIDを返す.
void mun_master.ClientConnectInfo.SetAppId |
( |
UInt32 |
appId | ) |
|
アプリケーションIDの設定.
- Returns
- appId アプリケーションID.
void mun_master.ClientConnectInfo.SetConnectionForProxyServer |
( |
IntPtr |
pMunProxy | ) |
|
このクライアントが接続している mun_proxy サーバの接続モジュールの設定.
- Returns
- pMunProxy このクライアントが接続している mun_proxy サーバの接続モジュール.
void mun_master.ClientConnectInfo.SetIdForMasterServer |
( |
UInt32 |
id | ) |
|
mun_masterサーバ上のクライアント識別用ユニークIDの設定.
- Returns
- id mun_masterサーバ上のクライアント識別用ユニークID.
void mun_master.ClientConnectInfo.SetIdForProxyServer |
( |
UInt64 |
id | ) |
|
mun_proxyサーバ上のクライアント識別用ユニークIDの設定.
- Returns
- id mun_proxyサーバ上のクライアント識別用ユニークID.
The documentation for this class was generated from the following file: