Click or drag to resize

WebSocketCloseCompleteArgs Properties

The WebSocketCloseCompleteArgs type exposes the following members.

Properties
  NameDescription
Public propertyCloseArgs
Gets or sets the original arguments passed to the close method.
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 propertyReason
Gets or sets the reason given for closing the connection.
Public propertyStatusCode
Gets or sets the status code associated with the close operation.
Top
See Also