Click or drag to resize
RequestReceivedEventArgsHelperSetIPadUserAgent Method
Sets a mock IRequest object up with a user agent string from an iPad.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SetIPadUserAgent(
	Mock<IRequest> request
)

Parameters

request
Type: MockIRequest
See Also