C# Class LiteNetLib.EventBasedNatPunchListener

Inheritance: INatPunchListener
Exibir arquivo Open project: RevenantX/LiteNetLib Class Usage Examples

Public Methods

Method Description
INatPunchListener ( NetEndPoint localEndPoint, NetEndPoint remoteEndPoint, string token ) : void
INatPunchListener ( NetEndPoint targetEndPoint, string token ) : void

Method Details

INatPunchListener() public method

public INatPunchListener ( NetEndPoint localEndPoint, NetEndPoint remoteEndPoint, string token ) : void
localEndPoint NetEndPoint
remoteEndPoint NetEndPoint
token string
return void

INatPunchListener() public method

public INatPunchListener ( NetEndPoint targetEndPoint, string token ) : void
targetEndPoint NetEndPoint
token string
return void