Click or drag to resize

ClientRequestHandler Properties

The ClientRequestHandler type exposes the following members.

Properties
  Name Description
Public property Aliases Gets any aliases for the command.
Public property Command Gets the command text that the ClientRequestHandler will process.
Public property CommandDescription Gets the description of the ClientRequestHandler.
Public property HandlerMethod Gets the Delegate method that gets invoked for processing the Command.
Public property IsAdvertised Gets a boolean value that indicates whether the ClientRequestHandler will be published by the ServiceHelper.
Top
See Also