C# 클래스 PublicGateway.Comms.WsCommunicationClient

Communication client that wraps the logic for talking to the StockService service. Created by communication client factory.
상속: ICommunicationClient
파일 보기 프로젝트 열기: Azure-Samples/service-fabric-dotnet-data-streaming-websockets

공개 메소드들

메소드 설명
SendReceiveAsync ( byte payload ) : Task
WsCommunicationClient ( string baseAddress ) : System

비공개 메소드들

메소드 설명
ConnectAsync ( CancellationToken cancellationToken ) : Task
ValidateClient ( ) : bool

ValidateClient ( string endpoint ) : bool

메소드 상세

SendReceiveAsync() 공개 메소드

public SendReceiveAsync ( byte payload ) : Task
payload byte
리턴 Task

WsCommunicationClient() 공개 메소드

public WsCommunicationClient ( string baseAddress ) : System
baseAddress string
리턴 System