コード例 #1
0
 private void SetProxy()
 {
     if (!string.IsNullOrEmpty(_proxy))
     {
         _manager.SetProxy(_proxy);
     }
 }