FtpWebRequest.RequestUri Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
RequestUri
Gets the URI of the request.
Declaration
public override Uri RequestUri { get; }
Property Value
Type | Description |
---|---|
Uri | A Uri containing the URI of the Internet resource passed to the Create(Uri) method. |