Click or drag to resize

ControllerEventInfoAllowHttpGet Property

If true the method allows HTTP requests with GET verb

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public bool AllowHttpGet { get; }

Property Value

Type: Boolean

Implements

IControllerEventInfoAllowHttpGet
See Also