SmartSockets .NET Class Library

TipcConnClient.loadOptionsStream Method 

Loads an option file from an InputStream. Loaded options override existing options with the same key.

Typically one would use the loadOptionsStream method. This method is available for when an option needs to be different for each connection.

public virtual void loadOptionsStream(
   Stream In
);

Parameters

In
The stream from which to read the options.

Exceptions

Exception TypeCondition
TipcIOException If an error occurs when reading.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved