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

◆ CloseOutputAsync() [1/2]

override Task System.Net.WebSockets.ManagedWebSocket.CloseOutputAsync ( WebSocketCloseStatus closeStatus,
string statusDescription,
CancellationToken cancellationToken )
inline

Definition at line 813 of file ManagedWebSocket.cs.

814 {
815 WebSocketValidate.ValidateCloseStatus(closeStatus, statusDescription);
816 return CloseOutputAsyncCore(closeStatus, statusDescription, cancellationToken);
817 }
async Task CloseOutputAsyncCore(WebSocketCloseStatus closeStatus, string statusDescription, CancellationToken cancellationToken)

References System.cancellationToken, System.Net.WebSockets.ManagedWebSocket.CloseOutputAsyncCore(), and System.Net.WebSockets.WebSocketValidate.ValidateCloseStatus().

Referenced by System.Net.WebSockets.ManagedWebSocket.CloseWithReceiveErrorAndThrowAsync().