<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.2" />

MultipartRemoteFileData

Represents a multipart file data for remote storage.
public string FileName { get; }

Gets the remote file's name.

public HttpContentHeaders Headers { get; }

Gets the headers of the multipart file data.

public string Location { get; }

Gets the remote file's location.

public MultipartRemoteFileData(HttpContentHeaders headers, string location, string fileName)

Initializes a new instance of the MultipartRemoteFileData class.