Click or drag to resize
MimeKit

BoundStreamWriteTimeout Property

Get or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override int WriteTimeout { get; set; }

Property Value

Int32
A value, in milliseconds, that determines how long the stream will attempt to write before timing out.
Remarks
Gets or sets the BaseStream's write timeout.
See Also