Changeset 378

Show
Ignore:
Timestamp:
05/12/08 23:47:32 (8 months ago)
Author:
tomoyo
Message:

Windows版でプロクシ設定を読まなくなっていたのを修正。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TwitterIrcGateway/TwitterIrcGatewayCore/TwitterService.cs

    r377 r378  
    1919        //private WebClient _webClient; 
    2020        private CredentialCache _credential; 
    21         private IWebProxy _proxy; 
     21        private IWebProxy _proxy = WebProxy.GetDefaultProxy(); 
    2222        private String _userName; 
    2323        private Boolean _cookieLoginMode = false;