StreamConnector C# Reference Documentation

StreamConnector

Current Version: 9.5.0.97

This is a utility class that makes it possible to use System.IO.Stream objects with Chilkat.

Note: This class is not available in .NET Core or Mono.

Object Creation

Chilkat.StreamConnector obj = new Chilkat.StreamConnector();

Methods

SetAsSink
public bool SetAsSink(System.IO.Stream dnStream, Stream strm);
Introduced in version 9.5.0.56

Sets the dnStream to be the sink of strm.

Returns true for success, false for failure.

top
SetAsSource
public bool SetAsSource(System.IO.Stream dnStream, Stream strm);
Introduced in version 9.5.0.56

Sets the dnStream to be the source of strm.

Returns true for success, false for failure.

top