| AGIRequestChannel Property |
Returns the name of the channel.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Channel { get; }
Public ReadOnly Property Channel As String
Get
public:
property String^ Channel {
String^ get ();
}
member Channel : string with get
Return Value
Type:
Stringthe name of the channel.
See Also