Photon Unity Networking  v1.81
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 클라우드의 네임서버 호스트 이름. 포트도 없고 프리픽스도 없음. More...
 
const string NameServerHttp = "http://ns.exitgamescloud.com:80/photon/n"
 Photon 클라우드로 HTTP 연결을 위한 네임 서버. 프리픽스와 포트 포함. More...
 

Properties

string NameServerAddress [get]
 Photon 클라우드(현재 프로토콜을 기반으로 한)의 네임 서버 주소. 기본값을 사용할 수 있고 일반적으로 이 값을 설정하지 않습니다. 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 클라우드의 네임서버 호스트 이름. 포트도 없고 프리픽스도 없음.

const string ExitGames.Client.Photon.Chat.ChatPeer.NameServerHttp = "http://ns.exitgamescloud.com:80/photon/n"

Photon 클라우드로 HTTP 연결을 위한 네임 서버. 프리픽스와 포트 포함.

Property Documentation

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

Photon 클라우드(현재 프로토콜을 기반으로 한)의 네임 서버 주소. 기본값을 사용할 수 있고 일반적으로 이 값을 설정하지 않습니다.