C# 클래스 TwitchLib.Extensions.Client.HostExt

파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib

공개 메소드들

메소드 설명
Host ( this client, JoinedChannel channel, string userToHost ) : void

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, JoinedChannel channel ) : void

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.

메소드 상세

Host() 공개 정적인 메소드

Sends command to host a given channel.
public static Host ( this client, JoinedChannel channel, string userToHost ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel representation of which channel to send the host command to.
userToHost string The channel to be hosted.
리턴 void

Host() 공개 정적인 메소드

Sends command to host a given channel.
public static Host ( this client, string userToHost ) : void
client this
userToHost string The channel to be hosted.
리턴 void

Host() 공개 정적인 메소드

Sends command to host a given channel.
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

Unhost() 공개 정적인 메소드

Sends command to unhost if a stream is being hosted.
public static Unhost ( this client ) : void
client this
리턴 void

Unhost() 공개 정적인 메소드

Sends command to unhost if a stream is being hosted.
public static Unhost ( this client, JoinedChannel channel ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel representation of the channel to send the unhost command to.
리턴 void

Unhost() 공개 정적인 메소드

Sends command to unhost if a stream is being hosted.
public static Unhost ( this client, string channel ) : void
client this
channel string String representation of the channel to send the unhost command to.
리턴 void