 | AutoResetStream.CanTimeout Property |
Gets a value that determines whether the current stream can time out.
Namespace:
BionicCode.Utilities.Net.Standard.IO
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxpublic override bool CanTimeout { get; }
public:
virtual property bool CanTimeout {
bool get () override;
}
abstract CanTimeout : bool with get
override CanTimeout : bool with get
/** @property */
public boolean get_CanTimeout()
override function get CanTimeout () : boolean
function get_CanTimeout();
VIRTUAL PROPERTY CanTimeout AS LOGIC GET
Return Value
Type:
BooleanA value that determines whether the current stream can time out.
See Also