共用方式為


IStreamingTransportClient interface

用來定義串流傳輸用戶端特性的抽象概念。 可能的範例實作包括 WebSocket 傳輸用戶端或 NamedPipe 傳輸用戶端。

方法

connect()
disconnect()
send(StreamingRequest)

方法詳細資料

connect()

function connect(): Promise<void>

傳回

Promise<void>

disconnect()

function disconnect()

send(StreamingRequest)

function send(request: StreamingRequest): Promise<IReceiveResponse>

參數

傳回

Promise<IReceiveResponse>