C# Class Rnwood.SmtpServer.Extensions.Auth.PlainMechanismProcessor

Inheritance: IAuthMechanismProcessor
Mostrar archivo Open project: rnwood/smtp4dev

Private Properties

Property Type Description

Public Methods

Method Description
PlainMechanismProcessor ( IConnection connection ) : System.Threading.Tasks
ProcessResponseAsync ( string data ) : Task

Method Details

PlainMechanismProcessor() public method

public PlainMechanismProcessor ( IConnection connection ) : System.Threading.Tasks
connection IConnection
return System.Threading.Tasks

ProcessResponseAsync() public method

public ProcessResponseAsync ( string data ) : Task
data string
return Task