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