System.Net.DownloadStringCompletedEventArgs.DownloadStringCompletedEventArgs C# (CSharp) 메소드

DownloadStringCompletedEventArgs() 개인적인 메소드

private DownloadStringCompletedEventArgs ( string result, System exception, bool cancelled, object userToken )
result string
exception System
cancelled bool
userToken object
        internal DownloadStringCompletedEventArgs(string result, System.Exception exception, bool cancelled, object userToken) : base(exception, cancelled, userToken) { }
        public string Result { get { throw null; } }
DownloadStringCompletedEventArgs