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

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

Parameters

request
Type: MockIRequest
See Also