UtilWebUserAgents Property
Gets a collection of common user-agents, as is, for testing purposes in web-crawlers.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ReadOnlyCollection<string> UserAgents { get; }
Public Shared ReadOnly Property UserAgents As ReadOnlyCollection(Of String)
Get
Dim value As ReadOnlyCollection(Of String)
value = UtilWeb.UserAgents
public:
static property ReadOnlyCollection<String^>^ UserAgents {
ReadOnlyCollection<String^>^ get ();
}
static member UserAgents : ReadOnlyCollection<string> with get
No code example is currently available or this language may not be supported.
Property Value
ReadOnlyCollectionString
The user agents.