svnno****@sourc*****
svnno****@sourc*****
2010年 11月 27日 (土) 02:19:15 JST
Revision: 1122 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1122 Author: syo68k Date: 2010-11-27 02:19:15 +0900 (Sat, 27 Nov 2010) Log Message: ----------- UserStreamの接続確立に失敗することがあるバグを修正 Modified Paths: -------------- branches/UserStream/Tween/Connection/HttpTwitter.vb -------------- next part -------------- Modified: branches/UserStream/Tween/Connection/HttpTwitter.vb =================================================================== --- branches/UserStream/Tween/Connection/HttpTwitter.vb 2010-11-26 05:29:11 UTC (rev 1121) +++ branches/UserStream/Tween/Connection/HttpTwitter.vb 2010-11-26 17:19:15 UTC (rev 1122) @@ -658,7 +658,7 @@ End Function Private Function CreateTwitterStreamUri(ByVal path As String) As Uri - Return New Uri(String.Format("{0}{1}{2}", _protocol, _twitterStreamUrl, path)) + Return New Uri(String.Format("{0}{1}{2}", "https://", _twitterStreamUrl, path)) End Function Public Shared WriteOnly Property TwitterUrl() As String