System.Net.FtpWebRequest.RequestUri Property

Gets the URI requested by this instance.

Syntax

public override Uri RequestUri { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of the FtpWebRequest.RequestUri property is the URI specified when the WebRequest.Create(string) method was called to obtain this instance.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0