2016-09-23 102 views

回答

0

自動發現需要進行身份驗證,所以你需要的憑據傳遞與調用AutodiscoverURL之前進行搜索。例如

 _myService.Credentials = new NetworkCredential("[email protected]", "password"); 
相關問題