|
@@ -146,9 +146,9 @@ Type
|
|
Procedure InitSession(AResponse : TResponse);
|
|
Procedure InitSession(AResponse : TResponse);
|
|
Procedure UpdateSession(AResponse : TResponse);
|
|
Procedure UpdateSession(AResponse : TResponse);
|
|
Procedure DoneSession; virtual;
|
|
Procedure DoneSession; virtual;
|
|
|
|
+ Procedure Notification(AComponent : TComponent;Operation : TOperation); override;
|
|
Public
|
|
Public
|
|
destructor destroy; override;
|
|
destructor destroy; override;
|
|
- Procedure Notification(AComponent : TComponent;Operation : TOperation); override;
|
|
|
|
Procedure HandleRequest(ARequest : TRequest; AResponse : TResponse); override;
|
|
Procedure HandleRequest(ARequest : TRequest; AResponse : TResponse); override;
|
|
Property CreateSession : Boolean Read FCreateSession Write FCreateSession;
|
|
Property CreateSession : Boolean Read FCreateSession Write FCreateSession;
|
|
Property Session : TCustomSession Read GetSession Write SetSession;
|
|
Property Session : TCustomSession Read GetSession Write SetSession;
|