ProtectedSendAsync(IListArraySegmentByte) | 异步安全发送数据方法。 本方法提供了一种安全的异步数据发送方式,确保在发送过程中, 使用了端点信息并且避免了潜在的空引用错误。 |
ProtectedSendAsync(IRequestInfo) | 异步发送数据,使用提供的请求信息。 |
ProtectedSendAsync(ReadOnlyMemoryByte) | 异步发送数据,使用提供的内存数据。 |
ProtectedSendAsync(EndPoint, IListArraySegmentByte) | 异步发送数据到指定的端点。 |
ProtectedSendAsync(EndPoint, ReadOnlyMemoryByte) | 异步发送数据到指定的端点。 该方法通过适配器转发数据,如果适配器未设置,则采用默认发送方式。 |
ProtectedSendAsync(EndPoint, IRequestInfo) | 异步发送请求信息到指定的端点。 在发送之前,会检查是否具备发送请求信息的能力,并通过适配器进行发送。 |