Click or drag to resize
HangupCommandChannel Property
Returns the name of the channel to hangup.
Sets the name of the channel to hangup.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Channel { get; set; }

Return Value

Type: String
the name of the channel to hangup or null for the current channel.
See Also