Show
Ignore:
Timestamp:
10/13/08 23:21:00 (5 years ago)
Author:
syo68k
Message:

wedataからの取得の際のタイムアウト時間を10秒にした。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vb2005/Tween/Tween/Twitter.vb

    r21257 r21276  
    13701370        Dim resMsg As String = "" 
    13711371 
    1372         resMsg = _mySock.GetWebResponse(wedataUrl, resStatus) 
     1372        resMsg = _mySock.GetWebResponse(wedataUrl, resStatus, timeout:=10 * 1000) 'タイムアウト時間を10秒に設定 
    13731373        If resMsg.Length = 0 Then Exit Sub 
    13741374