WebSocketClientSendServer 方法 |
名称 | 说明 | |
---|---|---|
![]() | SendServer(String) |
发送数据到WebSocket的服务器 Send data to WebSocket server |
![]() | SendServer(Boolean, String) |
发送数据到WebSocket的服务器,可以指定是否进行掩码操作 Send data to the WebSocket server, you can specify whether to perform a mask operation |
![]() | SendServer(Int32, Boolean, Byte) |
发送自定义的命令到WebSocket服务器,可以指定操作码,是否掩码操作,原始字节数据 Send custom commands to the WebSocket server, you can specify the operation code, whether to mask operation, raw byte data |