mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 21:24:00 +00:00
9 lines
123 B
C#
9 lines
123 B
C#
namespace SocketIOClient.Transport
|
|
{
|
|
public enum TransportProtocol
|
|
{
|
|
Polling,
|
|
WebSocket
|
|
}
|
|
}
|