Skip to content

Instantly share code, notes, and snippets.

@eskye
Created June 8, 2020 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eskye/5c8904690ca679d8865a04fd40d4ff45 to your computer and use it in GitHub Desktop.
Save eskye/5c8904690ca679d8865a04fd40d4ff45 to your computer and use it in GitHub Desktop.
FileObject Class
public class FileObject
{
public byte[] File { get; set; }
public string FileName { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment