Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
Description
Shuts down the socket, making it unusable for reads and/or writes. This does not close the socket!
| Name | Shutdown |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include Path | #include "Sockets.h" |
bool Shutdown
(
ESocketShutdownMode Mode
)
true if successful, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Types |