C# Class TestAmqpBroker.TestAmqpBroker.TestPlainAuthenticator

Inheritance: ISaslPlainAuthenticator
Show file Open project: Azure/azure-amqp

Public Methods

Method Description
TestPlainAuthenticator ( string userName, string password ) : System

Private Methods

Method Description
ISaslPlainAuthenticator ( string userName, string password ) : Task

Method Details

TestPlainAuthenticator() public method

public TestPlainAuthenticator ( string userName, string password ) : System
userName string
password string
return System