Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CSharpUtils
Http
MultipartDecoder.Part
C# Class CSharpUtils.Http.MultipartDecoder.Part
Show file
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 property
public
String
Content
return
String
ContentType
public property
public
String
ContentType
return
String
FileName
public property
public
String
FileName
return
String
Headers
public property
public
HttpHeaderList,CSharpUtils.Http
Headers
return
HttpHeaderList
IsFile
public property
public
bool
IsFile
return
bool
Name
public property
public
String
Name
return
String
Stream
public property
public
Stream
Stream
return
Stream
TempFilePath
public property
public
String
TempFilePath
return
String