C# 클래스 Squishy.Irc.Dcc.DccReceiveArgs

파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Accept bool
DestinationDir string
DestinationFile string
FileName string
RemoteEndPoint System.Net.IPEndPoint
Size long
Timeout System.TimeSpan
User IrcUser

비공개 메소드들

메소드 설명
DccReceiveArgs ( IrcUser user, string filename, IPEndPoint remoteEndPoint, long size ) : System

프로퍼티 상세

Accept 공개적으로 프로퍼티

Determines if this request is accepted. Change to deny/accept the sending. (Default = Dcc.AcceptByDefault)
public bool Accept
리턴 bool

DestinationDir 공개적으로 프로퍼티

The directory where the file should be saved to.
public string DestinationDir
리턴 string

DestinationFile 공개적으로 프로퍼티

The name of the file on the local harddisk.
public string DestinationFile
리턴 string

FileName 공개적으로 프로퍼티

The name of the file which is supposed to be sent.
public string FileName
리턴 string

RemoteEndPoint 공개적으로 프로퍼티

The Remote IPEndPoint which the ReceiveClient is supposed to connect to.
public IPEndPoint,System.Net RemoteEndPoint
리턴 System.Net.IPEndPoint

Size 공개적으로 프로퍼티

The total size of the incoming file.
public long Size
리턴 long

Timeout 공개적으로 프로퍼티

The TimeSpan that the DccReceiveClient should wait for an acceptance for a resume request, in case that the file has to be resumed. (Default = 1 minute)
public TimeSpan,System Timeout
리턴 System.TimeSpan

User 공개적으로 프로퍼티

The User who is trying to send the file.
public IrcUser User
리턴 IrcUser