C# Класс Tempest.ClientConnectedEventArgs

Holds data for the IClientConnection.Connected event.
Наследование: ClientConnectionEventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
ClientConnectedEventArgs ( IClientConnection connection, IAsymmetricKey publicKey ) : System

Creates a new instance of the ClientConnectedEventArgs class.

Описание методов

ClientConnectedEventArgs() публичный Метод

Creates a new instance of the ClientConnectedEventArgs class.
public ClientConnectedEventArgs ( IClientConnection connection, IAsymmetricKey publicKey ) : System
connection IClientConnection The connection for the event.
publicKey IAsymmetricKey The server's public authentication key, if it has one.
Результат System