Photon Unity Networking 2  v2.1
English | 日本語 | 한국
Public Member Functions | Public Attributes | Properties | List of all members
ChatPeer Class Reference

Photon Chatサーバーの基本操作を提供します。 この内部クラスは、パブリックChatClientによって使用されます。 More...

Inherits PhotonPeer.

Public Member Functions

 ChatPeer (IPhotonPeerListener listener, ConnectionProtocol protocol)
 Chatピアコンストラクター。 More...
 
bool Connect ()
 NameServerに接続します。 More...
 
bool AuthenticateOnNameServer (string appId, string appVersion, string region, AuthenticationValues authValues)
 NameServerで認証します。 More...
 

Public Attributes

string NameServerHost = "ns.exitgames.com"
 Photon Cloudのネームサーバーホスト名。ポートおよびプレフィックスなし。 More...
 
string NameServerHttp = "http://ns.exitgamescloud.com:80/photon/n"
 Photon CloudへのHTTP接続用のネームサーバー。プレフィックスとポートが含まれます。 More...
 

Properties

string NameServerAddress [get]
 Photon Cloudのネームサーバーアドレス(現在のプロトコルに基づく)。デフォルト値を使用でき、通常はこの値を設定する必要はありません。 More...
 

Detailed Description

Photon Chatサーバーの基本操作を提供します。 この内部クラスは、パブリックChatClientによって使用されます。

Constructor & Destructor Documentation

ChatPeer ( IPhotonPeerListener  listener,
ConnectionProtocol  protocol 
)

Chatピアコンストラクター。

Parameters
listenerChatリスナーの実装。
protocolピアが使用するプロトコル。

Member Function Documentation

bool AuthenticateOnNameServer ( string  appId,
string  appVersion,
string  region,
AuthenticationValues  authValues 
)

NameServerで認証します。

Returns
認証操作リクエストを送信できた場合。
bool Connect ( )

NameServerに接続します。

Returns
接続試行を送信できた場合。

Member Data Documentation

string NameServerHost = "ns.exitgames.com"

Photon Cloudのネームサーバーホスト名。ポートおよびプレフィックスなし。

string NameServerHttp = "http://ns.exitgamescloud.com:80/photon/n"

Photon CloudへのHTTP接続用のネームサーバー。プレフィックスとポートが含まれます。

Property Documentation

string NameServerAddress
get

Photon Cloudのネームサーバーアドレス(現在のプロトコルに基づく)。デフォルト値を使用でき、通常はこの値を設定する必要はありません。