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的编码同步发送字符串。 |