Pop3TransferProgressEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9147)
Pop3TransferProgressEventArgs(Pop3TransferState, Int64, Int32)
Initializes a new instance of the Pop3Transfer
Declaration
public Pop3TransferProgressEventArgs(Pop3TransferState state, long bytesTransferred, int bytesSinceLastEvent)
Parameters
Type | Name | Description |
---|---|---|
Pop3Transfer |
state | Current state. |
Int64 | bytesTransferred | Number of bytes transferred. Ignored if state is Pop3Transfer |
Int32 | bytesSinceLastEvent | Number of bytes transferred since the last time the event was raised. Ignored if state is Pop3Transfer |