C# 클래스 Dbot.WebSocketModels.BanSender

파일 보기 프로젝트 열기: destinygg/bot

공개 메소드들

메소드 설명
BanSender ( string victim, bool banip, System.TimeSpan duration, string reason ) : System
BanSender ( string victim, bool banip, bool ispermanent, string reason ) : System

메소드 상세

BanSender() 공개 메소드

public BanSender ( string victim, bool banip, System.TimeSpan duration, string reason ) : System
victim string
banip bool
duration System.TimeSpan
reason string
리턴 System

BanSender() 공개 메소드

public BanSender ( string victim, bool banip, bool ispermanent, string reason ) : System
victim string
banip bool
ispermanent bool
reason string
리턴 System