var client = new RestClient("https://www.51dev.com"); var Username="123"; var Password="123"; client.Authenticator = new HttpBasicAuthenticator(Username, Password);
本文标签:RestSharp 添加 Basic Auth 验证
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接