Method | Description | |
---|---|---|
Start ( MessageTypes types ) : void | ||
Stop ( ) : void | ||
UdpConnectionProvider ( int port, IEnumerable |
||
UdpConnectionProvider ( int port, Protocol protocol ) : System | ||
UdpConnectionProvider ( int port, Protocol protocol, RSAAsymmetricKey authKey ) : System |
Method | Description | |
---|---|---|
OnConnectionlessTempestMessage ( |
||
TryGetConnection ( int connectionId, UdpConnection &connection ) : bool |
Method | Description | |
---|---|---|
Connect ( |
||
Disconnect ( |
||
GetConnectionId ( ) : int | ||
GetSocket ( |
||
OnConnectionMade ( ConnectionMadeEventArgs e ) : void | ||
OnDeliveryTimer ( object sender, |
||
ValidateProtocols ( IEnumerable |
protected OnConnectionlessTempestMessage ( |
||
tempestMessage | ||
target | Target | |
return | void |
protected TryGetConnection ( int connectionId, UdpConnection &connection ) : bool | ||
connectionId | int | |
connection | UdpConnection | |
return | bool |
public UdpConnectionProvider ( int port, IEnumerable |
||
port | int | |
protocols | IEnumerable |
|
authKey | RSAAsymmetricKey | |
return | System |
public UdpConnectionProvider ( int port, Protocol protocol ) : System | ||
port | int | |
protocol | Protocol | |
return | System |
public UdpConnectionProvider ( int port, Protocol protocol, RSAAsymmetricKey authKey ) : System | ||
port | int | |
protocol | Protocol | |
authKey | RSAAsymmetricKey | |
return | System |