Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun.STREAM.ProxyCheckRequest Class Reference

MUN クライアントから mun_proxy サーバに対して送信される、mun_proxyサーバ認証要求. More...

Collaboration diagram for mun.STREAM.ProxyCheckRequest:

Public Member Functions

 ProxyCheckRequest ()
 コンストラクタ.
 
 ProxyCheckRequest (ref Byte _isUseCustomAuth, ref Byte _isUseClientCustomAuthServerAddress, ref Text _customAuthServerAddress, ref Byte _isIgnoreCustomAuthError, ref KeyValue[] _customAuthParameters, ref UInt16 _customAuthParametersLen)
 コンストラクタ. More...
 
 ProxyCheckRequest (ref ProxyCheckRequest rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

UInt16 payloadType = (UInt16)MASTER_FUNCID.MASTER_FUNCID_PROXY_CHECK
 payload_typeのID定数値. More...
 
Byte isUseCustomAuth
 カスタム認証サーバへの認証処理を行なうかどうかのフラグ. More...
 
Byte isUseClientCustomAuthServerAddress
 カスタム認証サーバのアドレスについて、MUN クライアント側から設定したものを使用尾するかどうかのフラグ. More...
 
Text customAuthServerAddress
 カスタム認証サーバのアドレス. More...
 
Byte isIgnoreCustomAuthError
 カスタム認証サーバへの認証処理でエラーが発生した場合無視するかどうかのフラグ. More...
 
KeyValue[] customAuthParameters
 カスタム認証サーバに送信するパラメータ. More...
 
UInt16 customAuthParametersLen
 カスタム認証サーバに送信するパラメータの登録数. More...
 

Detailed Description

MUN クライアントから mun_proxy サーバに対して送信される、mun_proxyサーバ認証要求.

Constructor & Destructor Documentation

mun.STREAM.ProxyCheckRequest.ProxyCheckRequest ( ref Byte  _isUseCustomAuth,
ref Byte  _isUseClientCustomAuthServerAddress,
ref Text  _customAuthServerAddress,
ref Byte  _isIgnoreCustomAuthError,
ref KeyValue[]  _customAuthParameters,
ref UInt16  _customAuthParametersLen 
)

コンストラクタ.

Parameters
_isUseCustomAuthカスタム認証サーバへの認証処理を行なうかどうかのフラグ.
_isUseClientCustomAuthServerAddressカスタム認証サーバのアドレスについて、MUN クライアント側から設定したものを使用尾するかどうかのフラグ.
_customAuthServerAddressカスタム認証サーバのアドレス.
_isIgnoreCustomAuthErrorカスタム認証サーバへの認証処理でエラーが発生した場合無視するかどうかのフラグ.
_customAuthParametersカスタム認証サーバに送信するパラメータ.
_customAuthParametersLenカスタム認証サーバに送信するパラメータの登録数.
mun.STREAM.ProxyCheckRequest.ProxyCheckRequest ( ref ProxyCheckRequest  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

bool mun.STREAM.ProxyCheckRequest.Pack ( ref mrs.Buffer  buffer)

MunBufferへのパッキング.

Parameters
bufferMunBufferクラスオブジェクト.
bool mun.STREAM.ProxyCheckRequest.Unpack ( ref mrs.Buffer  buffer)

MunBufferからのアンパッキング.

Parameters
bufferMunBufferクラスオブジェクト.

Member Data Documentation

KeyValue [] mun.STREAM.ProxyCheckRequest.customAuthParameters

カスタム認証サーバに送信するパラメータ.

UInt16 mun.STREAM.ProxyCheckRequest.customAuthParametersLen

カスタム認証サーバに送信するパラメータの登録数.

Text mun.STREAM.ProxyCheckRequest.customAuthServerAddress

カスタム認証サーバのアドレス.

Byte mun.STREAM.ProxyCheckRequest.isIgnoreCustomAuthError

カスタム認証サーバへの認証処理でエラーが発生した場合無視するかどうかのフラグ.

Byte mun.STREAM.ProxyCheckRequest.isUseClientCustomAuthServerAddress

カスタム認証サーバのアドレスについて、MUN クライアント側から設定したものを使用尾するかどうかのフラグ.

Byte mun.STREAM.ProxyCheckRequest.isUseCustomAuth

カスタム認証サーバへの認証処理を行なうかどうかのフラグ.

UInt16 mun.STREAM.ProxyCheckRequest.payloadType = (UInt16)MASTER_FUNCID.MASTER_FUNCID_PROXY_CHECK

payload_typeのID定数値.


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