HeadersGetCommaSeparatedValues Method  | 
Version 104.4.240 
            Get the associated values from the dictionary separated into individual values.
            Quoted values will not be split, and the quotes will be removed.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic string[] GetCommaSeparatedValues(
	string key
)
public:
array<String^>^ GetCommaSeparatedValues(
	String^ key
)
Parameters
- key
 - Type: SystemString
The header name. 
Return Value
Type: 
Stringthe associated values from the dictionary separated into individual values, or null if the key is not present.
See Also