C# Class Cef3.Interop.cef_urlparts_t

Show file Open project: MrXiaoM/HMCLHelper Class Usage Examples

Public Properties

Property Type Description
host Cef3.Interop.cef_string_t
password Cef3.Interop.cef_string_t
path Cef3.Interop.cef_string_t
port Cef3.Interop.cef_string_t
query Cef3.Interop.cef_string_t
scheme Cef3.Interop.cef_string_t
spec Cef3.Interop.cef_string_t
username Cef3.Interop.cef_string_t

Property Details

host public property

public cef_string_t,Cef3.Interop host
return Cef3.Interop.cef_string_t

password public property

public cef_string_t,Cef3.Interop password
return Cef3.Interop.cef_string_t

path public property

public cef_string_t,Cef3.Interop path
return Cef3.Interop.cef_string_t

port public property

public cef_string_t,Cef3.Interop port
return Cef3.Interop.cef_string_t

query public property

public cef_string_t,Cef3.Interop query
return Cef3.Interop.cef_string_t

scheme public property

public cef_string_t,Cef3.Interop scheme
return Cef3.Interop.cef_string_t

spec public property

public cef_string_t,Cef3.Interop spec
return Cef3.Interop.cef_string_t

username public property

public cef_string_t,Cef3.Interop username
return Cef3.Interop.cef_string_t