The Current property will connect only once and is used by DeveloperOnlineContentLoader and
NetworkLogger. The Editor will create its own connection and manages the connecting itself.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Networking.Tcp TcpSocket
DeltaEngine.Networking.Tcp OnlineServiceConnection
Namespace: DeltaEngine.Networking.Tcp
Assembly: DeltaEngine.Networking (in DeltaEngine.Networking.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The OnlineServiceConnection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Connect | (Inherited from TcpSocket.) |
![]() | ConnectToService |
Allows delayed connecting to the service only when needed (logging or content request)
View code on GitHub |
![]() | Dispose | (Inherited from TcpSocket.) |
![]() | Send |
Send any object to the receiving side. When byte data is big enough and compression is
allowed (not already compressed file data) the data will be send compressed via Zip.
View code on GitHub (Inherited from TcpSocket.) |
![]() | WaitForData | (Inherited from TcpSocket.) |
Fields
Name | Description | |
---|---|---|
![]() | ContentReady | |
![]() | ContentReceived | |
![]() | LoggedIn | |
![]() | nativeSocket | (Inherited from TcpSocket.) |
![]() | ServerErrorHappened |
Properties
Name | Description | |
---|---|---|
![]() | IsConnected | (Inherited from TcpSocket.) |
![]() | IsLoggedIn | |
![]() | TargetAddress | (Inherited from TcpSocket.) |
![]() | Timeout | (Inherited from TcpSocket.) |
![]() | UniqueID | (Inherited from TcpSocket.) |
Events
Name | Description | |
---|---|---|
![]() | Connected | (Inherited from TcpSocket.) |
![]() | DataReceived | (Inherited from TcpSocket.) |
![]() | Disconnected | (Inherited from TcpSocket.) |
![]() | TimedOut | (Inherited from TcpSocket.) |
See Also