The WebSocket type exposes the following members.

Properties

  NameDescription
Public propertyBufferedAmount
The number of bytes that are queued to send.
Public propertyConnectTimeout
Connect timeout in milliseconds. The timeout will expire if there is no exchange of packets(for example, 100% packet loss) while establishing the connection. A timeout value of zero indicates no timeout.
Public propertyReadyState
The current connection state.
Public propertyURL
The URL with which the WebSocket was constructed.

See Also