Navigation
API > API/Plugins > API/Plugins/WebSocketNetworking > API/Plugins/WebSocketNetworking/IWebSocketServer
Bitmask of network protocols the server should listen on.
| Name | ENetworkProtocol |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/IWebSocketServer.h |
| Include Path | #include "IWebSocketServer.h" |
Syntax
enum ENetworkProtocol
{
None = 0,
IPv4 = 1 << 0,
IPv6 = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| IPv4 | |
| IPv6 |