WebClient wc = new WebClient(); // todo: instead of "new NetworkCredential()" the current user credential wc.Credentials = new NetworkCredential("user", ...
確定! 回上一頁