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)

public HttpHeaderValueCollection<ProductInfoHeaderValue> UserAgent { get; }

Property Value

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

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

Return to top
Show: