ProtectedSendAsync(IListArraySegmentByte) | 异步发送经过处理的数据。 如果ProtectedDataHandlingAdapter未设置或者不支持拼接发送,则将transferBytes合并到一个连续的内存块中再发送。 如果ProtectedDataHandlingAdapter已设置且支持拼接发送,则直接发送transferBytes。 |
ProtectedSendAsync(IRequestInfo) | 异步安全发送请求信息。 |
ProtectedSendAsync(ReadOnlyMemoryByte) | 异步发送数据,根据是否配置了数据处理适配器来决定数据的发送方式。 |