API reference
API reference
Select your platform
No SDKs available
No versions available

Overview

Functions

delegate void
delegate void
delegate void
WebSocketErrorEventHandler
( string errorMsg )
delegate void

Details

Enumeration Types

enum Meta::Net::NativeWebSocket.WebSocketCloseCode
Enumerator
NotSet
= 0
Normal
= 1000
Away
= 1001
ProtocolError
= 1002
UnsupportedData
= 1003
Undefined
= 1004
NoStatus
= 1005
Abnormal
= 1006
InvalidData
= 1007
PolicyViolation
= 1008
TooBig
= 1009
MandatoryExtension
= 1010
ServerError
= 1011
TlsHandshakeFailure
= 1015
enum Meta::Net::NativeWebSocket.WebSocketState
Enumerator
Connecting
Open
Closing
Closed

Functions

delegate void Meta.Net.NativeWebSocket.WebSocketOpenEventHandler ( )
No description available.
delegate void Meta.Net.NativeWebSocket.WebSocketMessageEventHandler
( byte [] data )
No description available.
delegate void Meta.Net.NativeWebSocket.WebSocketErrorEventHandler
( string errorMsg )
No description available.
delegate void Meta.Net.NativeWebSocket.WebSocketCloseEventHandler
( WebSocketCloseCode closeCode )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon