class io.WebSocketHandshake
class WebSocketHandshake { // fields uint_t readonly m_httpVersion; uint_t readonly m_statusCode; io.WebSocketHandshakeHeaders readonly m_headers; // properties string_t const property m_resource; string_t const property m_reasonPhrase; string_t const property m_rawData; // construction construct(); destruct(); };