FramingReader Constructor (Stream)
Initializes a new instance of the FramingReader class using the specified stream.
Namespace: Microsoft.Web.Services3.Messaging.Framing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim stream As Stream
Dim framingReader1 As New FramingReader(stream)
Syntax
'Declaration
Public Sub New( _
ByVal stream As Stream _
)
public FramingReader(
Stream stream
);
public:
FramingReader(
Stream^ stream
);
public FramingReader(
Stream stream
);
public function FramingReader(
stream : Stream
);
Parameters
- stream
The Stream to be read.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | stream is null. |
ArgumentException | stream is not readable. |
Remarks
The stream must be open and readable.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
FramingReader Class
FramingReader Members
Microsoft.Web.Services3.Messaging.Framing Namespace