38 references to Methods
System (38)
net\System\Net\WebSockets\WebSocketBase.cs (36)
94
Logging.Enter(Logging.WebSockets, this,
Methods
.Initialize, parameters);
129
Logging.Exit(Logging.WebSockets, this,
Methods
.Initialize, parameters);
211
Logging.Enter(Logging.WebSockets, this,
Methods
.ReceiveAsync, string.Empty);
234
SR.GetString(SR.net_WebSockets_ReceiveAsyncDisallowedAfterCloseAsync,
Methods
.CloseAsync,
Methods
.CloseOutputAsync));
238
SR.GetString(SR.net_Websockets_AlreadyOneOutstandingOperation,
Methods
.ReceiveAsync));
249
Methods
.ReceiveAsync,
259
ThrowIfConvertibleException(
Methods
.ReceiveAsync, exception, cancellationToken, aborted);
271
Logging.Exit(Logging.WebSockets, this,
Methods
.ReceiveAsync, string.Empty);
289
Methods
.SendAsync,
292
Methods
.CloseOutputAsync),
317
Logging.Enter(Logging.WebSockets, this,
Methods
.SendAsync, inputParameter);
351
SR.GetString(SR.net_Websockets_AlreadyOneOutstandingOperation,
Methods
.SendAsync));
366
Methods
.SendAsync,
382
ThrowIfConvertibleException(
Methods
.SendAsync, exception, cancellationToken, aborted);
394
Logging.Exit(Logging.WebSockets, this,
Methods
.SendAsync, inputParameter);
447
Logging.Enter(Logging.WebSockets, this,
Methods
.Abort, string.Empty);
502
Logging.Exit(Logging.WebSockets, this,
Methods
.Abort, string.Empty);
528
Logging.Enter(Logging.WebSockets, this,
Methods
.CloseOutputAsync, inputParameter);
590
SR.GetString(SR.net_Websockets_AlreadyOneOutstandingOperation,
Methods
.SendAsync));
634
ThrowIfConvertibleException(
Methods
.CloseOutputAsync, exception, cancellationToken, aborted);
654
Logging.Exit(Logging.WebSockets, this,
Methods
.CloseOutputAsync, inputParameter);
735
ThrowIfConvertibleException(
Methods
.StartOnCloseCompleted,
773
Logging.Enter(Logging.WebSockets, this,
Methods
.CloseAsync, inputParameter);
837
ThrowIfConvertibleException(
Methods
.CloseOutputAsync,
908
ThrowIfConvertibleException(
Methods
.CloseAsync,
926
Methods
.ReceiveAsync,
936
typeof(WebSocket).Name + "." +
Methods
.CloseAsync,
937
typeof(WebSocket).Name + "." +
Methods
.CloseOutputAsync,
999
ThrowIfConvertibleException(
Methods
.CloseAsync, exception, cancellationToken, aborted);
1012
Logging.Exit(Logging.WebSockets, this,
Methods
.CloseAsync, inputParameter);
1444
Logging.Exception(Logging.WebSockets, this,
Methods
.Fault, exception);
1527
Logging.PrintInfo(Logging.WebSockets, this,
Methods
.FinishOnCloseReceived, parameters);
1541
Logging.Enter(Logging.WebSockets, thisPtr,
Methods
.OnKeepAlive, string.Empty);
1587
thisPtr.ThrowIfConvertibleException(
Methods
.OnKeepAlive,
1604
Logging.Exit(Logging.WebSockets, thisPtr,
Methods
.OnKeepAlive, string.Empty);
net\System\Net\WebSockets\WebSocketException.cs (2)
161
typeof(WebSocket).Name + WebSocketBase.
Methods
.CloseAsync,
162
typeof(WebSocket).Name + WebSocketBase.
Methods
.CloseOutputAsync);