Back to Aurora Vision Library website
You are here: Start » Function Reference » System » WebSocket » WebSocket_Close
WebSocket_Close
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Closes a WebSocket connection.
Syntax
C++
C#
void avl::WebSocket_Close ( const avl::WebSocketId& inWebSocket )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inWebSocket | const WebSocketId& | Socket ID. |

