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

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string input ) : ProductInfoHeaderValue
ProductInfoHeaderValue ( ProductHeaderValue product ) : System.Diagnostics
ProductInfoHeaderValue ( string comment ) : System.Diagnostics
ProductInfoHeaderValue ( string productName, string productVersion ) : System.Diagnostics
ToString ( ) : string
TryParse ( string input, ProductInfoHeaderValue &parsedValue ) : bool

Private Methods

Méthode Description
GetProductInfoLength ( string input, int startIndex, ProductInfoHeaderValue &parsedValue ) : int
ICloneable ( ) : object
ProductInfoHeaderValue ( ) : System.Diagnostics
ProductInfoHeaderValue ( ProductInfoHeaderValue source ) : System.Diagnostics

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

Parse() public static méthode

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

ProductInfoHeaderValue() public méthode

public ProductInfoHeaderValue ( ProductHeaderValue product ) : System.Diagnostics
product ProductHeaderValue
Résultat System.Diagnostics

ProductInfoHeaderValue() public méthode

public ProductInfoHeaderValue ( string comment ) : System.Diagnostics
comment string
Résultat System.Diagnostics

ProductInfoHeaderValue() public méthode

public ProductInfoHeaderValue ( string productName, string productVersion ) : System.Diagnostics
productName string
productVersion string
Résultat System.Diagnostics

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public static méthode

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