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