WebSocketMessageProperty Classe
Definizione
Rappresenta una proprietà del messaggio WebSocket.Represents a web socket message property.
public ref class WebSocketMessageProperty sealed
public sealed class WebSocketMessageProperty
type WebSocketMessageProperty = class
Public NotInheritable Class WebSocketMessageProperty
- Ereditarietà
-
WebSocketMessageProperty
Costruttori
WebSocketMessageProperty() |
Inizializza una nuova istanza della classe WebSocketMessageProperty.Initializes a new instance of the WebSocketMessageProperty class. |
Campi
Name |
Specifica il nome della proprietà del messaggio.Specifies the message property name. |
Proprietà
MessageType |
Ottiene il tipo di messaggio WebSocket.Gets the web socket message type. |
OpeningHandshakeProperties |
Ottiene una raccolta di proprietà dell'handshake di apertura.Gets a collection of opening handshake properties. |
SubProtocol |
Ottiene o imposta il messaggio del sottoprotocollo.Gets or sets the sub protocol message. |
WebSocketContext |
Ottiene o imposta il contesto del socket Web.Gets or sets the web socket context. |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |