C# Класс Squishy.Irc.Dcc.DccReceiveArgs

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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