BaseEndpointUserAgent Property |
Gets/Sets the user agent string to pass in the request header.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public string UserAgent { get; set; }
Public Property UserAgent As String
Get
Set
Property Value
Type:
StringRemarks Defaults to null, which will not set the header.
See Also