ServiceClient<T>.UserAgent Property

 

Gets the UserAgent collection. This collection can be modified with custom user agent strings.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public HttpHeaderValueCollection<ProductInfoHeaderValue> UserAgent { get; }
public:
property HttpHeaderValueCollection<ProductInfoHeaderValue^>^ UserAgent {
    HttpHeaderValueCollection<ProductInfoHeaderValue^>^ get();
}
member UserAgent : HttpHeaderValueCollection<ProductInfoHeaderValue> with get
Public ReadOnly Property UserAgent As HttpHeaderValueCollection(Of ProductInfoHeaderValue)

Property Value

Type: System.Net.Http.Headers.HttpHeaderValueCollection<ProductInfoHeaderValue>

The UserAgent collection. This collection can be modified with custom user agent strings.

See Also

ServiceClient<T> Class
Microsoft.WindowsAzure.Common Namespace

Return to top