A handlers collection is a collection of
Handler objects.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic interface IHandlers
Public Interface IHandlers
public interface class IHandlers
The IHandlers type exposes the following members.
Properties | Name | Description |
---|
 | Count |
Gets the number of Handler objects in the collection.
|
 | Item |
Gets the Handler object for the specified name.
|
 | Prefix |
Gets the prefix of the Handler objects in the collection.
|
Top
Remarks
The handlers collection also supports For Each.
See Also