C# Class System.Web.HttpMultipart.Element

Show file Open project: kumpera/mono

Public Properties

Property Type Description
ContentType string
Filename string
Length long
Name string
Start long

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

ContentType public property

public string ContentType
return string

Filename public property

public string Filename
return string

Length public property

public long Length
return long

Name public property

public string Name
return string

Start public property

public long Start
return long