Property | Type | Description | |
---|---|---|---|
FlipCoin | bool |
Method | Description | |
---|---|---|
NetworkErrorStream ( |
||
Read ( byte buffer, int offset, int count ) : int | ||
SetErrorClose ( int secondsTillError, bool readOnly ) : void | ||
SetErrorGarbage ( int secondsTillError, bool readOnly ) : void | ||
SetErrorTimeout ( int secondsTillError, bool readOnly ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
FlipCoin ( ) : bool |
public NetworkErrorStream ( |
||
socket | ||
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public SetErrorClose ( int secondsTillError, bool readOnly ) : void | ||
secondsTillError | int | |
readOnly | bool | |
return | void |
public SetErrorGarbage ( int secondsTillError, bool readOnly ) : void | ||
secondsTillError | int | |
readOnly | bool | |
return | void |
public SetErrorTimeout ( int secondsTillError, bool readOnly ) : void | ||
secondsTillError | int | |
readOnly | bool | |
return | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |