C# Class SlackConnector.SlackConnector

Inheritance: ISlackConnector
Afficher le fichier Open project: noobot/SlackConnector Class Usage Examples

Méthodes publiques

Свойство Type Description
LoggingLevel ConsoleLoggingLevel

Méthodes publiques

Méthode Description
Connect ( string slackKey, ProxySettings proxySettings = null ) : Task
SlackConnector ( ) : System

Private Methods

Méthode Description
GenerateUsers ( User users ) : SlackUser>.Dictionary
GetChatHubs ( SlackConnector.Connections.Responses.HandshakeResponse handshakeResponse ) : SlackChatHub>.Dictionary
GetWebSocket ( SlackConnector.Connections.Responses.HandshakeResponse handshakeResponse, ProxySettings proxySettings ) : Task
SlackConnector ( IConnectionFactory connectionFactory, ISlackConnectionFactory slackConnectionFactory ) : System

Method Details

Connect() public méthode

public Connect ( string slackKey, ProxySettings proxySettings = null ) : Task
slackKey string
proxySettings SlackConnector.Connections.ProxySettings
Résultat Task

SlackConnector() public méthode

public SlackConnector ( ) : System
Résultat System

Property Details

LoggingLevel public_oe static_oe property

public static ConsoleLoggingLevel LoggingLevel
Résultat ConsoleLoggingLevel