Class WebSecurityOrigin

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

It is a class for security origin of web view.

C#
Copy
public class WebSecurityOrigin : Disposable
Inheritance
WebSecurityOrigin

Properties

View Source

Host

Host of security origin.

Declaration
C#
Copy
public string Host { get; }
Property Value
Type Description
String
View Source

Protocol

Protocol of security origin.

Declaration
C#
Copy
public string Protocol { get; }
Property Value
Type Description
String

Extension Methods