FakeSeekableStream(Stream) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
FakeSeekableStream(System::IO::Stream ^ source);
public FakeSeekableStream (System.IO.Stream source);
new Microsoft.BizTalk.Streaming.FakeSeekableStream : System.IO.Stream -> Microsoft.BizTalk.Streaming.FakeSeekableStream
Public Sub New (source As Stream)
Parameters
- source
- Stream