[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: uRESTDWIOHandlerStream.pas line 41
type TRESTDWIOHandlerStream = class(TRESTDWIOHandler) |
||
protected |
||
FFreeStreams: Boolean; |
|
|
|
||
FReceiveStream: TStream; |
|
|
FSendStream: TStream; |
|
|
|
||
function ReadDataFromSource(); |
|
|
function WriteDataToTarget(); |
|
|
function SourceIsAvailable; |
|
|
function CheckForError(); |
|
|
procedure RaiseError(); |
|
|
public |
||
constructor Create(); |
|
|
procedure Close; |
|
|
procedure Open; |
|
|
property StreamType: TRESTDWIOHandlerStreamType; [r] |
|
|
property ReceiveStream: TStream; [r] |
|
|
property SendStream: TStream; [r] |
|
|
published |
||
property FreeStreams: Boolean; [rw] |
|
|
property OnGetStreams: TRESTDWOnGetStreams; [rw] |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |