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

◆ Succeeded()

static bool System.Net.WebSockets.WebSocketProtocolComponent.Succeeded ( int hr)
inlinestatic

Definition at line 336 of file WebSocketProtocolComponent.cs.

337 {
338 return hr >= 0;
339 }