MultipartRemoteFileData.Location Property

 

Gets the remote file's location.

Namespace:   System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

public string Location {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ Location {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member Location : string with get, private set
Public Property Location As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

MultipartRemoteFileData Class
System.Net.Http Namespace

Return to top