[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: mnServers.pas line 79
type TmnListener = class(TmnConnections) |
||
protected |
||
function DoCreateConnection(); virtual; |
|
|
function CreateConnection(); |
|
|
function CreateStream(); |
|
|
procedure DoCreateStream(); virtual; |
|
|
property LogMessages: TStringList; [r] |
|
|
procedure PostLogs; |
|
|
procedure PostChanged; |
|
|
procedure Changed; virtual; |
|
|
procedure DropConnections; virtual; |
|
|
procedure Prepare; virtual; |
|
|
procedure Execute; override; |
|
|
procedure Remove(); virtual; |
|
|
procedure Add(); virtual; |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
procedure Stop; override; |
|
|
procedure Log(); virtual; |
|
|
|
||
property Connected: Boolean; [r] |
|
|
property Socket: TmnCustomSocket; [r] |
|
|
property Options: TmnsoOptions; [r] |
|
|
property Attempts: Integer; [rw] |
|
|
property Timeout: Integer; [rw] |
|
|
end; |
|
||
| | | ||
|
||
| | | ||
|
||
| | | ||
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |