C# Class RemObjects.InternetPack.SecureBlackbox.SSLConnectionFactory

Summary description for SSLConnectionFactory.
Inheritance: RemObjects.InternetPack.Core.IConnectionFactory, ISSLConnectionSettings
ファイルを表示 Open project: remobjects/internetpack

Public Methods

Method Description
CreateClientConnection ( RemObjects aBinding ) : Connection
CreateServerConnection ( System aSocket ) : Connection
get_CipherSuites ( short Index ) : bool
set_CipherSuites ( short Index, bool Value ) : void

Method Details

CreateClientConnection() public method

public CreateClientConnection ( RemObjects aBinding ) : Connection
aBinding RemObjects
return System.Net.Connection

CreateServerConnection() public method

public CreateServerConnection ( System aSocket ) : Connection
aSocket System
return System.Net.Connection

get_CipherSuites() public method

public get_CipherSuites ( short Index ) : bool
Index short
return bool

set_CipherSuites() public method

public set_CipherSuites ( short Index, bool Value ) : void
Index short
Value bool
return void