CefCustomScheme Constructor (String, SchemeOptions) | 
Version 93.1.111 
            Creates a new CefCustomScheme.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic CefCustomScheme(
	string schemeName,
	SchemeOptions options
)
public:
CefCustomScheme(
	String^ schemeName, 
	SchemeOptions options
)
Parameters
- schemeName
 - Type: SystemString
scheme name - options
 - Type: CefSharp.EnumsSchemeOptions
scheme options 
See Also