SmartEngine  1.6.0
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
SmartEngine.Networking.Connection Struct Reference

Represents a either a client connection or the connection to the server. More...

Inheritance diagram for SmartEngine.Networking.Connection:

Public Member Functions

override bool Equals (object obj)
 
bool Equals (Connection other)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (Connection lhs, Connection rhs)
 
static bool operator!= (Connection lhs, Connection rhs)
 

Public Attributes

int ID
 

Detailed Description

Represents a either a client connection or the connection to the server.