IJsonRpcMessageHandler 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳送和接收 JSON-RPC 訊息的合約。
public interface IJsonRpcMessageHandler
type IJsonRpcMessageHandler = interface
Public Interface IJsonRpcMessageHandler
- 衍生
屬性
CanRead |
取得值,指出這個訊息處理常式是否可以接收訊息。 |
CanWrite |
取得值,指出這個訊息處理常式是否可以傳送訊息。 |
Formatter |
取得用於訊息序列化的格式器。 |
方法
ReadAsync(CancellationToken) |
從傳輸讀取相異且完整的訊息,並視需要等候一則訊息。 |
WriteAsync(JsonRpcMessage, CancellationToken) |
將 JSON-RPC 訊息寫入傳輸並排清。 |