Class ResponsePolicyEventArgs

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
6

This class is derived from PolicyDecisionEventArgs. This class provides the properties for Response Policy of WebView.

C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public class ResponsePolicyEventArgs : PolicyDecisionEventArgs
Inheritance
System.Object
ResponsePolicyEventArgs

Properties

View Source

Gets the cookie.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string Cookie { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

IsDownload

Checks policy decision type is Download.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public bool IsDownload { get; }
Property Value
Type Description
Boolean
API Level: 6
View Source

StatusCode

Gets http response status code.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public int StatusCode { get; }
Property Value
Type Description
Int32
API Level: 6