SmartSockets .NET Class Library

TipcConnClient.getOptionStr Method 

Convenience method to get an option's String value.

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

public virtual string getOptionStr(
   string name
);

Parameters

name
The name of the option.

Return Value

The value of the option as a String

Exceptions

Exception TypeCondition
TipcNotFoundException If the named option doesn't exist.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved