コード例 #1
0
 protected override HttpContextBase GetTraditionalHttpContext()
 {
     if (!string.IsNullOrEmpty(RawUrl))
     {
         return(FeedServiceHelpers.GetMockContext(RawUrl.StartsWith("https"), RawUrl));
     }
     return(FeedServiceHelpers.GetMockContext());
 }
コード例 #2
0
 protected override HttpContextBase GetTraditionalHttpContext()
 {
     return(FeedServiceHelpers.GetMockContext());
 }