NAT Traversal for UNET
Provides NAT punch-through, automatic port forwarding, and other useful features on top of Unity's UNET HLAPI networking system.
ConnectionInfoMessage Class Reference

Defines the structure of the ConnectionInfoMessage that is sent by clients to the server when they connect. More...

Inherits MessageBase.

Public Member Functions

 ConnectionInfoMessage (string clientGuid, ulong raknetGUID, string externalIP, string internalIP, string externalIPv6, string internalIPv6, ConnectionType connectionType)
 
override void Deserialize (NetworkReader reader)
 
override void Serialize (NetworkWriter writer)
 
override string ToString ()
 

Public Attributes

string clientGUID
 
ConnectionType connectionType
 
string externalIP
 
string externalIPv6
 
string internalIP
 
string internalIPv6
 
ulong raknetGUID
 

Detailed Description

Defines the structure of the ConnectionInfoMessage that is sent by clients to the server when they connect.