C# Класс RemObjects.InternetPack.SecureBlackbox.SSLConnectionFactory

Summary description for SSLConnectionFactory.
Наследование: RemObjects.InternetPack.Core.IConnectionFactory, ISSLConnectionSettings
Показать файл Открыть проект

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

Метод Описание
CreateClientConnection ( RemObjects aBinding ) : Connection
CreateServerConnection ( System aSocket ) : Connection
get_CipherSuites ( short Index ) : bool
set_CipherSuites ( short Index, bool Value ) : void

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

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

public CreateClientConnection ( RemObjects aBinding ) : Connection
aBinding RemObjects
Результат System.Net.Connection

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

public CreateServerConnection ( System aSocket ) : Connection
aSocket System
Результат System.Net.Connection

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

public get_CipherSuites ( short Index ) : bool
Index short
Результат bool

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

public set_CipherSuites ( short Index, bool Value ) : void
Index short
Value bool
Результат void