C# Class System.Net.Http.Headers.MediaTypeHeaderValue

Inheritance: ICloneable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MediaTypeHeaderValue ( string mediaType ) : System.Collections.Generic
Parse ( string input ) : MediaTypeHeaderValue
ToString ( ) : string
TryParse ( string input, MediaTypeHeaderValue &parsedValue ) : bool

Méthodes protégées

Méthode Description
MediaTypeHeaderValue ( MediaTypeHeaderValue source ) : System.Collections.Generic

Private Methods

Méthode Description
CheckMediaTypeFormat ( string mediaType, string parameterName ) : void
GetMediaTypeExpressionLength ( string input, int startIndex, string &mediaType ) : int
GetMediaTypeLength ( string input, int startIndex, Func mediaTypeCreator, MediaTypeHeaderValue &parsedValue ) : int
ICloneable ( ) : object
MediaTypeHeaderValue ( ) : System.Collections.Generic

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MediaTypeHeaderValue() protected méthode

protected MediaTypeHeaderValue ( MediaTypeHeaderValue source ) : System.Collections.Generic
source MediaTypeHeaderValue
Résultat System.Collections.Generic

MediaTypeHeaderValue() public méthode

public MediaTypeHeaderValue ( string mediaType ) : System.Collections.Generic
mediaType string
Résultat System.Collections.Generic

Parse() public static méthode

public static Parse ( string input ) : MediaTypeHeaderValue
input string
Résultat MediaTypeHeaderValue

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public static méthode

public static TryParse ( string input, MediaTypeHeaderValue &parsedValue ) : bool
input string
parsedValue MediaTypeHeaderValue
Résultat bool