RequestReceivedEventArgsHelperSetIPodUserAgent Method |
Sets a mock
IRequest object up with a user agent string from an iPod.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void SetIPodUserAgent(
Mock<IRequest> request
)
Public Shared Sub SetIPodUserAgent (
request As Mock(Of IRequest)
)
public:
static void SetIPodUserAgent(
Mock<IRequest^>^ request
)
static member SetIPodUserAgent :
request : Mock<IRequest> -> unit
Parameters
- request
- Type: MockIRequest
See Also