Property | Type | Description | |
---|---|---|---|
Packets | List |
Property | Type | Description | |
---|---|---|---|
stream | Stream |
Method | Description | |
---|---|---|
Flush ( ) : void | ||
LogInput ( |
||
LogInput ( byte data, int offset, int count ) : void | ||
LogOutput ( |
||
LogOutput ( byte data, int offset, int count ) : void | ||
LogPacket ( |
||
LogPacket ( byte data, int offset, int count, bool isoutput ) : void | ||
LoggedStream ( Stream stream ) : System | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public static LogInput ( |
||
ex | ||
return | void |
public static LogInput ( byte data, int offset, int count ) : void | ||
data | byte | |
offset | int | |
count | int | |
return | void |
public static LogOutput ( |
||
ex | ||
return | void |
public static LogOutput ( byte data, int offset, int count ) : void | ||
data | byte | |
offset | int | |
count | int | |
return | void |
public static LogPacket ( |
||
ex | ||
isoutput | bool | |
return | void |
public static LogPacket ( byte data, int offset, int count, bool isoutput ) : void | ||
data | byte | |
offset | int | |
count | int | |
isoutput | bool | |
return | void |
public LoggedStream ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |