Click or drag to resize

WebSocketCloseArgs Properties

The WebSocketCloseArgs type exposes the following members.

Properties
  NameDescription
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyOnComplete
Gets or sets the callback to execute when the connection is closed.
Public propertyReason
Gets or sets the reason to send with the close frame.
Public propertyStatusCode
Gets or sets the status code to send with the close frame.
Top
See Also