Method | Description | |
---|---|---|
Connect ( string host, int port ) : Stream | ||
Dispose ( ) : void | ||
PipBoyStreamProvider ( string rawDumpFile = null ) : System | ||
ReadFile ( string inputFile ) : Stream |
Method | Description | |
---|---|---|
ProcessStream ( Stream stream, bool keepAlive ) : Stream | ||
SendThread ( object streamObj ) : void |
public Connect ( string host, int port ) : Stream | ||
host | string | |
port | int | |
return | Stream |
public PipBoyStreamProvider ( string rawDumpFile = null ) : System | ||
rawDumpFile | string | |
return | System |
public ReadFile ( string inputFile ) : Stream | ||
inputFile | string | |
return | Stream |