System.Net.WebSockets.WebSocketHttpListenerDuplexStream.HttpListenerAsyncEventArgs.SetResults C# (CSharp) Méthode

SetResults() private méthode

private SetResults ( Exception exception, int bytesTransferred ) : void
exception Exception
bytesTransferred int
Résultat void
            private void SetResults(Exception exception, int bytesTransferred)
            {
                _exception = exception;
                _bytesTransferred = bytesTransferred;
            }