PowerTCP Mail for .NET
SegmentedStream Class Properties
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : SegmentedStream Class


"

For a list of all members of this type, see SegmentedStream members.

"

Public Properties

 NameDescription
public PropertyAvailable Gets the amount of bytes of data that has been received from the network and is available to be read.  
public PropertyCanReadOverridden.  Indicates that data can be read from the stream.  
public PropertyCanSeekOverridden.  Indicates that the stream can seek a specific location in the stream.  
public PropertyCanTimeout (Inherited from System.IO.Stream)
public PropertyCanWriteOverridden.  Indicates that data can be written to the stream.  
public PropertyCharset Gets and sets the character set used for string/byte array conversions. (Inherited from Dart.PowerTCP.Mail.EnhancedStream)
public PropertyCoreStreamThe internal stream to which all buffered reads/writes are being made. (Inherited from Dart.PowerTCP.Mail.PipeStream)
public PropertyEncodingGets or sets the type of encoding to use. (Inherited from Dart.PowerTCP.Mail.EnhancedStream)
public PropertyLength (Inherited from System.IO.Stream)
public PropertyPositionOverridden.  Gets or sets the position in the stream.  
public PropertyReadTimeout (Inherited from System.IO.Stream)
public PropertyWriteTimeout (Inherited from System.IO.Stream)
Top

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.