Part() public method

public Part ( ) : Part
return NetIRC.Messages.Send.Part
Exemplo n.º 1
0
 /// <summary>
 /// Leave a specified channel based on the given Channel object.
 /// </summary>
 /// <param name="channel"></param>
 public void LeaveChannel(Channel channel)
 {
     this.Send(channel.Part());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Leave a specified channel based on the given Channel object.
 /// </summary>
 /// <param name="channel"></param>
 public void LeaveChannel(Channel channel)
 {
     this.Send(channel.Part());
 }