ReadOnlyStream.Write Method
This member overrides Stream.Write([], Int32, Int32).
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Overrides Sub Write ( _
buffer As Byte(), _
offset As Integer, _
count As Integer _
)
'Usage
Dim instance As ReadOnlyStream
Dim buffer As Byte()
Dim offset As Integer
Dim count As Integer
instance.Write(buffer, offset, count)
public override void Write(
byte[] buffer,
int offset,
int count
)