WebActions Enumeration
wodWebServer.NET Help file

WebActions Enumeration

This is list of of values that you can set as result of certain action.

public enum WebActions

Remarks

This is list of of values that you can set as result of certain action (where needed). If you allow the action to be executed, you will set appropriate variable to Allow, otherwise set it to Deny. Typical example is Connected event.

Members

Member Name Description
DenyDeny execution of the action.
AllowAllow action execution.

Requirements

Namespace: WeOnlyDo.Server

Assembly: WeOnlyDo.Server.WebServer (in WeOnlyDo.Server.WebServer.dll)

See Also

WeOnlyDo.Server Namespace