HttpRequestHeaders.UserAgent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the User-Agent
header for an HTTP request.
public:
property System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::ProductInfoHeaderValue ^> ^ UserAgent { System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::ProductInfoHeaderValue ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductInfoHeaderValue> UserAgent { get; }
member this.UserAgent : System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductInfoHeaderValue>
Public ReadOnly Property UserAgent As HttpHeaderValueCollection(Of ProductInfoHeaderValue)
Property Value
The value of the User-Agent
header for an HTTP request.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.