Classes
Class | Description | |
---|---|---|
![]() | ByteBuffer |
ByteBuffer provides an auto-expanding buffer.
|
![]() | ByteMessageEventArgs |
Event arguments when binary messages are received
|
![]() | ByteOrder |
Abstract class to represent BigEndian or LittleEndian byte order
|
![]() | ByteSocket |
ByteSocket provies a full-duplex binary communications channel.
|
![]() | CloseEventArgs |
Event representing Close of a channel
|
![]() | ErrorEventArgs |
Event representing an error while receiving HttpRequest response
|
![]() | EventSource |
EventSource provides access to remote Server-sent event streams.
|
![]() | LoadEventArgs |
Event representing completion (load) of HttpRequest
|
![]() | MessageEventArgs |
Event arguments when text-based messages are received
|
![]() | OpenEventArgs |
Event representing open of HttpRequest
|
![]() | Origin |
Origin is security domain boundary for HTML 5 applications. It it composed of the
scheme, host, and port of a URI.
|
![]() | WebSocket |
WebSocket provides a full-duplex text communications channel.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | ByteMessageEventHandler |
Delegate type for handling ByteMessage events
|
![]() | CloseEventHandler |
Delegate type for handling Close events
|
![]() | ErrorEventHandler |
Delegate type for handling Error events
|
![]() | LoadEventHandler |
Delegate type for handling Load events
|
![]() | MessageEventHandler |
Delegate type for handling Message events
|
![]() | OpenEventHandler |
Delegate type for handling Open events
|