C# Class Microsoft.Http.HttpMessageCore

Inheritance: IDisposable
Afficher le fichier Open project: o2platform/O2.Platform.Projects Class Usage Examples

Méthodes publiques

Méthode Description
CalculateEffectiveContentType ( HttpRequestMessage request ) : string
CalculateEffectiveContentType ( string header, HttpContent c ) : string
CalculateEffectiveContentType ( string header, string body ) : string
Dispose ( ) : void
HttpMessageCore ( object parent ) : System
ToString ( ) : string

Method Details

CalculateEffectiveContentType() public static méthode

public static CalculateEffectiveContentType ( HttpRequestMessage request ) : string
request HttpRequestMessage
Résultat string

CalculateEffectiveContentType() public static méthode

public static CalculateEffectiveContentType ( string header, HttpContent c ) : string
header string
c HttpContent
Résultat string

CalculateEffectiveContentType() public static méthode

public static CalculateEffectiveContentType ( string header, string body ) : string
header string
body string
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HttpMessageCore() public méthode

public HttpMessageCore ( object parent ) : System
parent object
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string