Oni
Oni
CC#
Created by Oni on 3/7/2024 in #help
How do we read network/handshake messages?
Hello friends, I have been given the following task: - I should establish a connection to a WebSocket with the ClientWebSocket class (Done) - I should display the first message in plain text The message looks like this: ?☻♥? (Encoding.ASCII.GetString(byteBuffer, 0, result.Count)) We should work with Wireshark, but I don't see any clear text there either.
15 replies