Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SendWebSocketHeaders()

static unsafe ulong System.Net.WebSockets.HttpWebSocket.SendWebSocketHeaders ( HttpListenerResponse response)
inlinestaticprivate

Definition at line 199 of file HttpWebSocket.cs.

200 {
201 return response.SendHeaders(null, null, global::Interop.HttpApi.HTTP_FLAGS.HTTP_SEND_RESPONSE_FLAG_MORE_DATA | global::Interop.HttpApi.HTTP_FLAGS.HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA | global::Interop.HttpApi.HTTP_FLAGS.HTTP_SEND_RESPONSE_FLAG_OPAQUE, isWebSocketHandshake: true);
202 }

Referenced by System.Net.WebSockets.HttpWebSocket.AcceptWebSocketAsyncCore().