C-DEngine 5.105

HttpListenerRequest..::..UrlReferrer Property

Gets the URL of the resource from which the requested URL was obtained.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Uri UrlReferrer { get; }
Public ReadOnly Property UrlReferrer As Uri
	Get
public:
property Uri^ UrlReferrer {
	Uri^ get ();
}

Field Value

A [Uri] that represents the value of the Referer request-header, or nullNothingnullptra null reference (Nothing in Visual Basic) if the request didn't include an Referer header.