System.Net.WebSockets.WebSocketHttpListenerDuplexStream.HttpListenerAsyncEventArgs.SetResults C# (CSharp) 메소드

SetResults() 개인적인 메소드

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