(toSocket 抽象方法)
从资源句柄中提取已打开的套接字。
由于ResourceHandle 代表一个单独的操作系统资源,因此在调用此方法以后,无法再调用任何toFile、toSocket、toRawSocket、toRawDatagramSocket、toReadPipe、toWritePipe 方法。如果此资源句柄不是一个套接字句柄,返回的Socket 的行为完全未指定。请务必小心,避免错误地使用句柄。
实现
//
/// If this resource handle is not a socket handle, the behavior of the
/// returned [Socket] is completely unspecified.
/// Be very careful to avoid using a handle incorrectly.
Socket toSocket();