SendThenReturnAsyncTClient, TResult(IWaitingClientTClient, TResult, ReadOnlyMemoryByte, Int32) |
异步发送数据并返回响应,如果超时则抛出异常。
|
SendThenReturnAsyncTClient, TResult(IWaitingClientTClient, TResult, ReadOnlyMemoryByte, CancellationToken) |
在给定的客户端上异步发送数据并返回响应数据。
|
SendThenReturnAsyncTClient, TResult(IWaitingClientTClient, TResult, String, Int32) |
异步发送消息并返回结果
|
SendThenReturnAsyncTClient, TResult(IWaitingClientTClient, TResult, IRequestInfo, Int32) |
异步发送请求并返回响应数据
|