|  | ChainedStreamCanTimeout Property | 
            Check whether I/O operations can time out.
            
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxpublic override bool CanTimeout { get; }Property Value
Boolean if I/O operations can time out; otherwise, 
.
 Remarks
Remarks
            The 
ChainedStream only supports timeouts if all of its
            streams support them.
            
 See Also
See Also