C# Class WebSocketServer.ServiceFabric.Clients.ServiceFabricWebSocketClient

Inheritance: ICommunicationClient, IDisposable
Afficher le fichier Open project: khenidak/WebSocketsServer

Méthodes publiques

Méthode Description
AbortAll ( ) : void
CloseWebSocketAsync ( string subRoute ) : Task
Dispose ( ) : void
GetWebSocketAsync ( ) : Task
GetWebSocketAsync ( string subRoute ) : Task
ServiceFabricWebSocketClient ( string baseAddress ) : Microsoft.ServiceFabric.Services

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetAddSocket ( string sAddress ) : Task
getAddress ( string subRoute ) : string

Method Details

AbortAll() public méthode

public AbortAll ( ) : void
Résultat void

CloseWebSocketAsync() public méthode

public CloseWebSocketAsync ( string subRoute ) : Task
subRoute string
Résultat Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetWebSocketAsync() public méthode

public GetWebSocketAsync ( ) : Task
Résultat Task

GetWebSocketAsync() public méthode

public GetWebSocketAsync ( string subRoute ) : Task
subRoute string
Résultat Task

ServiceFabricWebSocketClient() public méthode

public ServiceFabricWebSocketClient ( string baseAddress ) : Microsoft.ServiceFabric.Services
baseAddress string
Résultat Microsoft.ServiceFabric.Services