C# Class CSharpUtils.Http.MultipartDecoder.Part

Datei anzeigen Open project: soywiz/csharputils

Public Properties

Property Type Description
Content String
ContentType String
FileName String
Headers HttpHeaderList
IsFile bool
Name String
Stream Stream
TempFilePath String

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Content public_oe property

public String Content
return String

ContentType public_oe property

public String ContentType
return String

FileName public_oe property

public String FileName
return String

Headers public_oe property

public HttpHeaderList,CSharpUtils.Http Headers
return HttpHeaderList

IsFile public_oe property

public bool IsFile
return bool

Name public_oe property

public String Name
return String

Stream public_oe property

public Stream Stream
return Stream

TempFilePath public_oe property

public String TempFilePath
return String