Pop3TransferProgressEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Pop3TransferProgressEventArgs(Pop3TransferState, Int64, Int32)
Initializes a new instance of the Pop3TransferProgressEventArgs class with the specified state, number of bytes transferred during the current transfer and progress since the last time the event was raised.
Declaration
public Pop3TransferProgressEventArgs(Pop3TransferState state, long bytesTransferred, int bytesSinceLastEvent)
Parameters
Type | Name | Description |
---|---|---|
Pop3TransferState | state | Current state. |
Int64 | bytesTransferred | Number of bytes transferred. Ignored if state is Pop3TransferState.None. |
Int32 | bytesSinceLastEvent | Number of bytes transferred since the last time the event was raised. Ignored if state is Pop3TransferState.None. |