Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SendFileAsync() [1/2]

ValueTask System.Net.Sockets.Socket.SendFileAsync ( string? fileName,
CancellationToken cancellationToken = default(CancellationToken) )
inline

Definition at line 4199 of file Socket.cs.

4200 {
4201 return SendFileAsync(fileName, default(ReadOnlyMemory<byte>), default(ReadOnlyMemory<byte>), TransmitFileOptions.UseDefaultWorkerThread, cancellationToken);
4202 }
ValueTask SendFileAsync(string? fileName, CancellationToken cancellationToken=default(CancellationToken))
Definition Socket.cs:4199

References System.cancellationToken, and System.Net.Sockets.Socket.SendFileAsync().

Referenced by System.Net.Sockets.Socket.BeginSendFile(), and System.Net.Sockets.Socket.SendFileAsync().