C# Class Cef3.Interop.cef_urlparts_t

Mostra 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_oe property

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

password public_oe property

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

path public_oe property

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

port public_oe property

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

query public_oe property

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

scheme public_oe property

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

spec public_oe property

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

username public_oe property

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