Click or drag to resize

IHandlerProcName Property

Gets the procedure name for the Handler.

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

Property Value

String
The procedure name for the Handler.
Remarks
Return the procedure name for the Handler.
  • A global handler returns "procname".
  • A module specific handler returns "modulepath|procname".
See Also