C# Class MailKit.Net.Smtp.SmtpClient.SendContext

Show file Open project: jstedfast/MailKit

Public Methods

Method Description
SendContext ( ITransferProgress progress, long size ) : System
Update ( int n ) : void

Method Details

SendContext() public method

public SendContext ( ITransferProgress progress, long size ) : System
progress ITransferProgress
size long
return System

Update() public method

public Update ( int n ) : void
n int
return void