ClientWebSocketFactory Classe
Definizione
Rappresenta una factory WebSocket client.Represents a client web socket factory.
public ref class ClientWebSocketFactory abstract
public abstract class ClientWebSocketFactory
type ClientWebSocketFactory = class
Public MustInherit Class ClientWebSocketFactory
- Ereditarietà
-
ClientWebSocketFactory
Costruttori
ClientWebSocketFactory() |
Inizializza una nuova istanza della classe ClientWebSocketFactory.Initializes a new instance of the ClientWebSocketFactory class. |
Proprietà
WebSocketVersion |
Ottiene la versione della factory del socket Web.Gets the version of the web socket factory. |
Metodi
CreateWebSocket(Stream, WebSocketTransportSettings) |
Crea un nuovo socket Web con la connessione specificata.Creates a new web socket with the specified connection. |
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) |