Constructor Channel
Channel()
Initializes a new instance of the Channel class.
public Channel()
Channel(string)
Initializes a new instance of the Channel class with the specified name.
public Channel(string name)
Parameters
name
stringThe name of the channel.