| 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(); | |
Property Value
The internal Stream object.This property returns the internal stream to which all buffered reads/writes are being made.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code