C# 클래스 WebSocketServer.ServiceFabric.Clients.ServiceFabricWebSocketClient

상속: ICommunicationClient, IDisposable
파일 보기 프로젝트 열기: khenidak/WebSocketsServer

공개 메소드들

메소드 설명
AbortAll ( ) : void
CloseWebSocketAsync ( string subRoute ) : Task
Dispose ( ) : void
GetWebSocketAsync ( ) : Task
GetWebSocketAsync ( string subRoute ) : Task
ServiceFabricWebSocketClient ( string baseAddress ) : Microsoft.ServiceFabric.Services

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
GetAddSocket ( string sAddress ) : Task
getAddress ( string subRoute ) : string

메소드 상세

AbortAll() 공개 메소드

public AbortAll ( ) : void
리턴 void

CloseWebSocketAsync() 공개 메소드

public CloseWebSocketAsync ( string subRoute ) : Task
subRoute string
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetWebSocketAsync() 공개 메소드

public GetWebSocketAsync ( ) : Task
리턴 Task

GetWebSocketAsync() 공개 메소드

public GetWebSocketAsync ( string subRoute ) : Task
subRoute string
리턴 Task

ServiceFabricWebSocketClient() 공개 메소드

public ServiceFabricWebSocketClient ( string baseAddress ) : Microsoft.ServiceFabric.Services
baseAddress string
리턴 Microsoft.ServiceFabric.Services