procedure RegisterSSL(
const AProduct: String;
const AVendor: String;
const ACopyright: String;
const ADescription: String;
const AURL: String;
const AClientClass: TIdClientSSLClass;
const AServerClass: TIdServerSSLClass
);|
Parameters |
Description |
|
AProduct |
Scope is const. Type is String. |
|
AVendor |
Scope is const. Type is String. |
|
ACopyright |
Scope is const. Type is String. |
|
ADescription |
Scope is const. Type is String. |
|
AURL |
Scope is const. Type is String. |
|
AClientClass |
Scope is const. Type is TIdClientSSLClass. |
|
AServerClass |
Scope is const. Type is TIdServerSSLClass. |
RegisterSSL is a procedure.
Topic generated.
|
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
|
Post feedback to the Indy Docs Newsgroup.
|