System.Net.FtpWebResponse.ResponseUri Property

Gets the URI that sent the response to the request.

Syntax

public override Uri ResponseUri { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Because of server- and resource-specific behaviors, such as redirection, the value returned by the FtpWebRequest.RequestUri property is not always the same as the value returned by the FtpWebResponse.ResponseUri property.

For requests that use the System.Net.WebRequestMethods.Ftp.UploadFileWithUniqueName method, FtpWebResponse.ResponseUri returns the name of the file on the server.

Requirements

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