Example: restclient basic auth c# var client = new RestClient("http://yoururl.com"); client.Authenticator = new HttpBasicAuthenticator(userName, password); ...
確定! 回上一頁