ProviderBaseTProviderApplicationUserAgent Property |
This API is preliminary and subject to change.
Gets or sets the application-specific user agent for the provider instance.
Namespace: net.openstack.Providers.RackspaceAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax public string ApplicationUserAgent { get; set; }
Public Property ApplicationUserAgent As String
Get
Set
public:
property String^ ApplicationUserAgent {
String^ get ();
void set (String^ value);
}
member ApplicationUserAgent : string with get, set
Property Value
Type:
StringThe application-specific user agent, as a string. This string should be a valid
User-Agent header value according to RFC 7231.
-or-
(or Empty) if the provider should not include an
application-specific user agent in HTTP requests, or if the user agent is customized in another manner (such
as overriding the BuildDefaultRequestSettings(IEnumerableHttpStatusCode) method.
Remarks This value is used for determining the DefaultUserAgent value. The documentation for
that property includes specific information.
The default value is .
Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also