Gets the URI of the request.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property RequestUri As Uri
	Get
C#
public override Uri RequestUri { get; }

Field Value

A Uri containing the URI of the Internet resource passed to the Create(Uri) method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also