WebServiceRequestBase.Referer property

Gets or sets the value of the Referer HTTP header.

public string? Referer { get; set; }

Property Value

The value of the Referer HTTP header. The default value is null.

See Also