ReadOnlyStream Constructor
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Sub New ( _
stream As Stream _
)
'Usage
Dim stream As Stream
Dim instance As New ReadOnlyStream(stream)
public ReadOnlyStream(
Stream stream
)
Parameters
- stream
Type: System.IO.Stream