Photon Unity Networking  v1.84
English | 日本語 | 한국
Public Member Functions | Public Attributes | Properties | List of all members
ExitGames.Client.Photon.Chat.ChatPeer Class Reference

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...
 

Detailed Description

Photon Chatサーバの基本オペレーションを提供します。この内部クラスは、Public ChatClientによって使用されます。

Constructor & Destructor Documentation

ExitGames.Client.Photon.Chat.ChatPeer.ChatPeer ( IPhotonPeerListener  listener,
ConnectionProtocol  protocol 
)

Member Function Documentation

bool ExitGames.Client.Photon.Chat.ChatPeer.AuthenticateOnNameServer ( string  appId,
string  appVersion,
string  region,
AuthenticationValues  authValues 
)
bool ExitGames.Client.Photon.Chat.ChatPeer.Connect ( )

Member Data Documentation

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接続のネームサーバ。プレフィックスとポートを含みます。

Property Documentation

string ExitGames.Client.Photon.Chat.ChatPeer.NameServerAddress
get

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