Click or drag to resize
RequestReceivedEventArgsHelper Class
A static class that helps with setting up RequestReceivedEventArgs objects for different conditions.
Inheritance Hierarchy
SystemObject
  Test.FrameworkRequestReceivedEventArgsHelper

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class RequestReceivedEventArgsHelper

The RequestReceivedEventArgsHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates a RequestReceivedEventArgs, attaches the mock request and response objects passed across and sets a few key properties.
Public methodStatic memberSetAndroidUserAgent
Sets a mock IRequest object up with a user agent string from an Android mobile.
Public methodStatic memberSetIPadUserAgent
Sets a mock IRequest object up with a user agent string from an iPad.
Public methodStatic memberSetIPhoneUserAgent
Sets a mock IRequest object up with a user agent string from an iPhone.
Public methodStatic memberSetIPodUserAgent
Sets a mock IRequest object up with a user agent string from an iPod.
Top
See Also