Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Microsoft
Http
HttpContent.EmptyContent
C# Class Microsoft.Http.HttpContent.EmptyContent
Inheritance:
Content
Afficher le fichier
Open project: o2platform/O2.Platform.Projects
Méthodes publiques
Méthode
Description
ReadAsBytes
(
long
length
) :
byte[]
ReadAsStream
( ) :
Stream
ToString
( ) :
string
Méthodes protégées
Méthode
Description
WriteTo
(
Stream
other
) :
void
Method Details
ReadAsBytes()
public
méthode
public
ReadAsBytes
(
long
length
) :
byte[]
length
long
Résultat
byte[]
ReadAsStream()
public
méthode
public
ReadAsStream
( ) :
Stream
Résultat
Stream
ToString()
public
méthode
public
ToString
( ) :
string
Résultat
string
WriteTo()
protected
méthode
protected
WriteTo
(
Stream
other
) :
void
other
Stream
Résultat
void