Internal class to encapsulate the network i/o functionality for the realtime libary.
More...
|
| bool | PollReceive |
| |
| string | ConnectAddress |
| | Address, as defined via a Connect() call. Including protocol, port and or path. More...
|
| |
| bool | TryParseAddress (string url, out string address, out ushort port, out string urlProtocol, out string urlPath) |
| | Separates the given address into address (host name or IP) and port. Port must be included after colon! More...
|
| |
| readonly ConnectionProtocol | Protocol |
| | The protocol for this socket, defined in constructor. More...
|
| |
| IPhotonPeerListener | Listener [get] |
| |
| PhotonSocketState | State [get, protected set] |
| |
| bool | Connected [get] |
| |
| string | ServerAddress [get, protected set] |
| | Contains only the server's hostname (stripped protocol, port and or path). Set in IPhotonSocket.Connect(). More...
|
| |
| string | ProxyServerAddress [get, protected set] |
| |
| static string | ServerIpAddress [get, protected set] |
| | Contains the IP address of the previously resolved ServerAddress (or empty, if GetIpAddress wasn't used). More...
|
| |
| int | ServerPort [get, protected set] |
| | Contains only the server's port address (as string). Set in IphotonSocket.Connect(). More...
|
| |
| bool | AddressResolvedAsIpv6 [get, set] |
| | Where available, this exposes if the server's address was resolved into an IPv6 address or not. More...
|
| |
| string | UrlProtocol [get, protected set] |
| |
| string | UrlPath [get, protected set] |
| |
Internal class to encapsulate the network i/o functionality for the realtime libary.