Click or drag to resize
HangupCommand Constructor (String)
Creates a new HangupCommand that hangs up the given channel.

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

Parameters

channel
Type: SystemString
the name of the channel to hangup.
See Also