|
Internet Direct (Indy)
|
function LoginSASL(
const ACmd: String;
const AServiceName: String;
const AOkReplies: array of string;
const AContinueReplies: array of string;
AClient: TIdTCPConnection;
ACapaReply: TIdStrings;
const AAuthString: String = 'AUTH'
): Boolean; overload;|
Parameters |
Description |
|
ACmd |
Scope is const. Type is String. |
|
AServiceName |
Scope is const. Type is String. |
|
AOkReplies |
Scope is const. Type is array of string. |
|
AContinueReplies |
Scope is const. Type is array of string. |
|
AClient |
Type is TIdTCPConnection. |
|
ACapaReply |
Type is TIdStrings. |
|
AAuthString |
Scope is const. Type is String. Default value is 'AUT. |
Boolean
LoginSASL is a overloaded method.
LoginSASL returns a Boolean value.
Topic generated.
TIdSASLEntries.LoginSASL
|
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |