WebSocketMessageProperty Class

Definition

Represents a web socket message property.

public ref class WebSocketMessageProperty sealed
public sealed class WebSocketMessageProperty
type WebSocketMessageProperty = class
Public NotInheritable Class WebSocketMessageProperty
Inheritance
WebSocketMessageProperty

Constructors

WebSocketMessageProperty()

Initializes a new instance of the WebSocketMessageProperty class.

Fields

Name

Specifies the message property name.

Properties

MessageType

Gets the web socket message type.

OpeningHandshakeProperties

Gets a collection of opening handshake properties.

SubProtocol

Gets or sets the sub protocol message.

WebSocketContext

Gets or sets the web socket context.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to