ClientConfigurationUserAgent Property |
获取访问请求的User-Agent。
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic string UserAgent { get; }
Public ReadOnly Property UserAgent As String
Get
public:
property String^ UserAgent {
String^ get ();
}
member UserAgent : string with get
Property Value
Type:
String
See Also