Click or drag to resize

IHandlers Interface

A handlers collection is a collection of Handler objects.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public interface IHandlers

The IHandlers type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of Handler objects in the collection.
Public propertyItem Gets the Handler object for the specified name.
Public propertyPrefix Gets the prefix of the Handler objects in the collection.
Top
Remarks
The handlers collection also supports For Each.
See Also