PowerTCP Mail for .NET
CoreStream Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > PipeStream Class : CoreStream Property




The internal stream to which all buffered reads/writes are being made.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CoreStream As Stream
Visual Basic (Usage)Copy Code
Dim instance As PipeStream
Dim value As Stream
 
value = instance.CoreStream
C# 
public Stream CoreStream {get;}
Managed Extensions for C++ 
public: __property Stream* get_CoreStream();
C++/CLI 
public:
property Stream^ CoreStream {
   Stream^ get();
}

Property Value

The internal Stream object.

Remarks

This property returns the internal stream to which all buffered reads/writes are being made.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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