Click or drag to resize
SendImageCommand Constructor
Creates a new SendImageCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SendImageCommand(
	string image
)

Parameters

image
Type: SystemString
the image to send, should not include extension.
See Also