Photon Chatサーバの基本オペレーションを提供します。この内部クラスは、Public ChatClientによって使用されます。 More...
Inherits PhotonPeer.
Public Member Functions | |
ChatPeer (IPhotonPeerListener listener, ConnectionProtocol protocol) | |
bool | Connect () |
bool | AuthenticateOnNameServer (string appId, string appVersion, string region, AuthenticationValues authValues) |
Public Attributes | |
const string | NameServerHost = "ns.exitgames.com" |
Photon Cloudのネームサーバホスト名。ポートとプレフィックスを含みません。 More... | |
const string | NameServerHttp = "http://ns.exitgamescloud.com:80/photon/n" |
Photon CloudへのHTTP接続のネームサーバ。プレフィックスとポートを含みます。 More... | |
Properties | |
string | NameServerAddress [get] |
Photon Cloudのネームサーバーアドレス(現在のプロトコルに基づく)。デフォルト値を使用することができ、通常この値を設定する必要はありません。 More... | |
Photon Chatサーバの基本オペレーションを提供します。この内部クラスは、Public ChatClientによって使用されます。
ExitGames.Client.Photon.Chat.ChatPeer.ChatPeer | ( | IPhotonPeerListener | listener, |
ConnectionProtocol | protocol | ||
) |
bool ExitGames.Client.Photon.Chat.ChatPeer.AuthenticateOnNameServer | ( | string | appId, |
string | appVersion, | ||
string | region, | ||
AuthenticationValues | authValues | ||
) |
bool ExitGames.Client.Photon.Chat.ChatPeer.Connect | ( | ) |
const string ExitGames.Client.Photon.Chat.ChatPeer.NameServerHost = "ns.exitgames.com" |
Photon Cloudのネームサーバホスト名。ポートとプレフィックスを含みません。
const string ExitGames.Client.Photon.Chat.ChatPeer.NameServerHttp = "http://ns.exitgamescloud.com:80/photon/n" |
Photon CloudへのHTTP接続のネームサーバ。プレフィックスとポートを含みます。
|
get |
Photon Cloudのネームサーバーアドレス(現在のプロトコルに基づく)。デフォルト値を使用することができ、通常この値を設定する必要はありません。