Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Microsoft
Http
HttpContent.EmptyContent
C# Class Microsoft.Http.HttpContent.EmptyContent
Inheritance:
Content
Datei anzeigen
Open project: o2platform/O2.Platform.Projects
Public Methods
Method
Description
ReadAsBytes
(
long
length
) :
byte[]
ReadAsStream
( ) :
Stream
ToString
( ) :
string
Protected Methods
Method
Description
WriteTo
(
Stream
other
) :
void
Method Details
ReadAsBytes()
public
method
public
ReadAsBytes
(
long
length
) :
byte[]
length
long
return
byte[]
ReadAsStream()
public
method
public
ReadAsStream
( ) :
Stream
return
Stream
ToString()
public
method
public
ToString
( ) :
string
return
string
WriteTo()
protected
method
protected
WriteTo
(
Stream
other
) :
void
other
Stream
return
void