Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Parse ( string input ) : |
||
ProductInfoHeaderValue ( |
||
ProductInfoHeaderValue ( string comment ) : System.Diagnostics | ||
ProductInfoHeaderValue ( string productName, string productVersion ) : System.Diagnostics | ||
ToString ( ) : string | ||
TryParse ( string input, |
Метод | Описание | |
---|---|---|
GetProductInfoLength ( string input, int startIndex, |
||
ICloneable ( ) : object | ||
ProductInfoHeaderValue ( ) : System.Diagnostics | ||
ProductInfoHeaderValue ( |
public static Parse ( string input ) : |
||
input | string | |
Результат |
public ProductInfoHeaderValue ( |
||
product | ||
Результат | System.Diagnostics |
public ProductInfoHeaderValue ( string comment ) : System.Diagnostics | ||
comment | string | |
Результат | System.Diagnostics |
public ProductInfoHeaderValue ( string productName, string productVersion ) : System.Diagnostics | ||
productName | string | |
productVersion | string | |
Результат | System.Diagnostics |
public static TryParse ( string input, |
||
input | string | |
parsedValue | ||
Результат | bool |