SSLStream (WIP)
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
void close() noexcept;
|
||||
[[nodiscard]] bool isOpen() const noexcept { return handle_ != INVALID_SOCKET_HANDLE; }
|
||||
private:
|
||||
void setAsync(bool async);
|
||||
void setNoblock(bool async);
|
||||
|
||||
friend class TCPServerSocket;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user