Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ServiceStack
WebHost
Endpoints
Extensions
HttpListenerRequestWrapper.HttpPostedFile
C# Class ServiceStack.WebHost.Endpoints.Extensions.HttpListenerRequestWrapper.HttpPostedFile
Mostrar archivo
Open project: firstsee/ServiceStack
Public Methods
Method
Description
SaveAs
(
string
filename
) :
void
Private Methods
Method
Description
HttpPostedFile
(
string
name
,
string
content_type
,
Stream
base_stream
,
long
offset
,
long
length
) :
System
Method Details
SaveAs()
public
method
public
SaveAs
(
string
filename
) :
void
filename
string
return
void