Click or drag to resize
UtilitiesGetCommaTokenValue Method
Returns the Value from a (case-insensitive) token in the header string. Correctly handles double-quoted strings. Allows comma and semicolon as delimiter. Trailing whitespace may be present.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static string GetCommaTokenValue(
	string sString,
	string sTokenName
)

Parameters

sString
Type: SystemString
Name of the header
sTokenName
Type: SystemString
Name of the token

Return Value

Type: String
Value of the token if present; otherwise, null
See Also