net\System\Net\WebSockets\ClientWebSocket.cs (7)
40if (Logging.On) Logging.Enter(Logging.WebSockets, this, ".ctor", null);
51if (Logging.On) Logging.Exit(Logging.WebSockets, this, ".ctor", null);
158if (Logging.On) Logging.Associate(Logging.WebSockets, this, request);
165if (Logging.On) Logging.Associate(Logging.WebSockets, this, response);
173if (Logging.On) Logging.Associate(Logging.WebSockets, this, innerWebSocket);
186if (Logging.On) Logging.Exception(Logging.WebSockets, this, "ConnectAsync", wex);
192if (Logging.On) Logging.Exception(Logging.WebSockets, this, "ConnectAsync", ex);