메소드 | 설명 | |
---|---|---|
Host ( this client, |
Sends command to host a given channel.
|
|
Host ( this client, string userToHost ) : void |
Sends command to host a given channel.
|
|
Host ( this client, string channel, string userToHost ) : void |
Sends command to host a given channel.
|
|
Unhost ( this client ) : void |
Sends command to unhost if a stream is being hosted.
|
|
Unhost ( this client, |
Sends command to unhost if a stream is being hosted.
|
|
Unhost ( this client, string channel ) : void |
Sends command to unhost if a stream is being hosted.
|
public static Host ( this client, |
||
client | this | |
channel | JoinedChannel representation of which channel to send the host command to. | |
userToHost | string | The channel to be hosted. |
리턴 | void |
public static Host ( this client, string userToHost ) : void | ||
client | this | |
userToHost | string | The channel to be hosted. |
리턴 | void |
public static Host ( this client, string channel, string userToHost ) : void | ||
client | this | |
channel | string | String representation of which channel to send the host command to. |
userToHost | string | The channel to be hosted. |
리턴 | void |
public static Unhost ( this client, |
||
client | this | |
channel | JoinedChannel representation of the channel to send the unhost command to. | |
리턴 | void |
public static Unhost ( this client, string channel ) : void | ||
client | this | |
channel | string | String representation of the channel to send the unhost command to. |
리턴 | void |