Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
CSharpUtils
Http
MultipartDecoder.Part
C# Class CSharpUtils.Http.MultipartDecoder.Part
显示文件
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