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... | |
Photon Chatサーバーの基本操作を提供します。 この内部クラスは、パブリックChatClientによって使用されます。
| ChatPeer | ( | IPhotonPeerListener | listener, | 
| ConnectionProtocol | protocol | ||
| ) | 
Chatピアコンストラクター。
| listener | Chatリスナーの実装。 | 
| protocol | ピアが使用するプロトコル。 | 
| bool AuthenticateOnNameServer | ( | string | appId, | 
| string | appVersion, | ||
| string | region, | ||
| AuthenticationValues | authValues | ||
| ) | 
NameServerで認証します。
| bool Connect | ( | ) | 
NameServerに接続します。
| string NameServerHost = "ns.exitgames.com" | 
Photon Cloudのネームサーバーホスト名。ポートおよびプレフィックスなし。
| string NameServerHttp = "http://ns.exitgamescloud.com:80/photon/n" | 
Photon CloudへのHTTP接続用のネームサーバー。プレフィックスとポートが含まれます。
      
  | 
  get | 
Photon Cloudのネームサーバーアドレス(現在のプロトコルに基づく)。デフォルト値を使用でき、通常はこの値を設定する必要はありません。