Click or drag to resize

IHandlerPrototype Property

Gets the prototype for the Handler.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
string Prototype { get; }

Property Value

String
The prototype for the Handler.
Remarks
Return the prototype for the Handler.

A module specific handler does not include the modulepath.

See Also