Click or drag to resize

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; }

Property Value

Type: String
Remarks
Defaults to null, which will not set the header.
See Also