C# Class ADL.ConnectionType

Datei anzeigen Open project: addlive/addlive_sdk_c_sharp

Public Properties

Property Type Description
NOT_CONNECTED ConnectionType
TCP_RELAY ConnectionType
UDP_P2P ConnectionType
UDP_RELAY ConnectionType

Private Methods

Method Description
ConnectionType ( string s ) : System
FromString ( string s ) : ConnectionType

Property Details

NOT_CONNECTED public_oe static_oe property

public static ConnectionType,ADL NOT_CONNECTED
return ConnectionType

TCP_RELAY public_oe static_oe property

public static ConnectionType,ADL TCP_RELAY
return ConnectionType

UDP_P2P public_oe static_oe property

public static ConnectionType,ADL UDP_P2P
return ConnectionType

UDP_RELAY public_oe static_oe property

public static ConnectionType,ADL UDP_RELAY
return ConnectionType