C# Class Incog.PowerShell.Commands.SendIncogWebServerCommand

Inheritance: Incog.PowerShell.Automation.ChannelCommand
显示文件 Open project: SimWitty/Incog

Private Properties

Property Type Description
InteractiveMode void

Protected Methods

Method Description
BeginProcessing ( ) : void

Provides a one-time, preprocessing functionality for the cmdlet.

EndProcessing ( ) : void

Provides a one-time, post-processing functionality for the cmdlet.

ProcessRecord ( ) : void

Provides a record-by-record processing functionality for the cmdlet.

Private Methods

Method Description
InteractiveMode ( ) : void

Interactive Mode allows the user to key in message after message, and have the message sent over the covert channel.

Method Details

BeginProcessing() protected method

Provides a one-time, preprocessing functionality for the cmdlet.
protected BeginProcessing ( ) : void
return void

EndProcessing() protected method

Provides a one-time, post-processing functionality for the cmdlet.
protected EndProcessing ( ) : void
return void

ProcessRecord() protected method

Provides a record-by-record processing functionality for the cmdlet.
protected ProcessRecord ( ) : void
return void