Photon Server API Documentation
v5.0RC1
Provides initialization request parameter. More...
Properties | |
| string | ApplicationId [get] |
| Gets the application id. More... | |
| int | ConnectionId [get] |
| Gets the connection id. More... | |
| string | LocalIP [get] |
| Gets the local IP the client connected to. More... | |
| int | LocalPort [get] |
| Gets the port the client connects to. More... | |
| IPhotonPeer | PhotonPeer [get, set] |
| Gets the native peer. More... | |
| IRpcProtocol | Protocol [get] |
| Gets the used rpc protocol. More... | |
| string | RemoteIP [get] |
| Gets the client's IP address. More... | |
| int | RemotePort [get] |
| Gets the port the client connects from. More... | |
| object | ResponseObject [get] |
Provides initialization request parameter.
|
get |
Gets the application id.
The application id.
|
get |
Gets the connection id.
Peers connected to different ports may have similar connection ids.
|
get |
Gets the local IP the client connected to.
|
get |
Gets the port the client connects to.
|
getset |
Gets the native peer.
|
get |
Gets the used rpc protocol.
|
get |
Gets the client's IP address.
|
get |
Gets the port the client connects from.
|
get |