C# Class withSIX.Play.Core.Games.Legacy.ServerQuery.SocketExtensions

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
ReceiveWithTimeoutAfter ( this client, int milliSecondsDelay ) : Task
ReceiveWithTimeoutAfter ( this client, int milliSecondsDelay, CancellationTokenSource cancel ) : Task
SendWithTimeoutAfter ( this client, Byte list, int delay ) : Task
SendWithTimeoutAfter ( this client, Byte list, int delay, CancellationTokenSource cancel ) : Task

Method Details

ReceiveWithTimeoutAfter() public static méthode

public static ReceiveWithTimeoutAfter ( this client, int milliSecondsDelay ) : Task
client this
milliSecondsDelay int
Résultat Task

ReceiveWithTimeoutAfter() public static méthode

public static ReceiveWithTimeoutAfter ( this client, int milliSecondsDelay, CancellationTokenSource cancel ) : Task
client this
milliSecondsDelay int
cancel System.Threading.CancellationTokenSource
Résultat Task

SendWithTimeoutAfter() public static méthode

public static SendWithTimeoutAfter ( this client, Byte list, int delay ) : Task
client this
list Byte
delay int
Résultat Task

SendWithTimeoutAfter() public static méthode

public static SendWithTimeoutAfter ( this client, Byte list, int delay, CancellationTokenSource cancel ) : Task
client this
list Byte
delay int
cancel System.Threading.CancellationTokenSource
Résultat Task