一款简单易用的基础网络通讯组件库。

SenderExtensionSend 方法

重载列表

SendTClient(TClient, ReadOnlyMemoryByte) 同步发送数据。
SendTClient(TClient, IListArraySegmentByte) 同步发送数据。
SendTClient(TClient, IRequestInfo) 同步发送请求信息。
SendTClient(TClient, String) 以UTF-8的编码同步发送字符串。
SendTClient(TClient, EndPoint, ReadOnlyMemoryByte) 同步发送数据到指定的端点。
SendTClient(TClient, String, ReadOnlyMemoryByte) 同步发送数据。
SendTClient(TClient, String, IRequestInfo) 同步发送请求方法
SendTClient(TClient, EndPoint, String) 以UTF-8的编码同步发送字符串。
SendTClient(TClient, String, String) 以UTF-8的编码同步发送字符串。

参见