Property | Type | Description | |
---|---|---|---|
Id | byte[] | ||
Timestamp | System.DateTime | ||
sig | byte[] |
Method | Description | |
---|---|---|
Close ( ) : void | ||
CloseStream ( ) : void | ||
Dispose ( ) : void | ||
FileHandlerClass ( bool noTempFile ) : System | ||
FileHandlerClass ( string FileName ) : System | ||
GetPendingPacket ( ) : |
||
InitializeStream ( ) : void | ||
ReadPacket ( Stream packetStream ) : |
||
WritePacket ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
ReaderHeader ( ) : byte[] | ||
WriteHeader ( ) : void |
public FileHandlerClass ( bool noTempFile ) : System | ||
noTempFile | bool | |
return | System |
public FileHandlerClass ( string FileName ) : System | ||
FileName | string | |
return | System |
public GetPendingPacket ( ) : |
||
return |
public ReadPacket ( Stream packetStream ) : |
||
packetStream | Stream | |
return |
public WritePacket ( |
||
envelope | ||
return | void |