C# Class System.Web.HttpMultipart.Element

显示文件 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_oe property

public string ContentType
return string

Filename public_oe property

public string Filename
return string

Length public_oe property

public long Length
return long

Name public_oe property

public string Name
return string

Start public_oe property

public long Start
return long