StreamConnector C# Reference Documentation
StreamConnector
Current Version: 10.0.0
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.
More Information and Examples
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.
More Information and Examples