System.Net.WebSockets.WebSocketHttpListenerDuplexStream.HttpListenerAsyncEventArgs.SetResults C# (CSharp) Method

SetResults() private method

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