SmartSockets .NET Class Library

Tut Class

A collection of static utility methods.

All handling of settable global options is done here and in the TipcOption class. Options may also be set on a per connection basis through the TipcConnClient interface.

Options are loaded using the Properties mechanism, which requires text files containing key/value pairs. These files can either be loaded from the local filesystem, or remotely via a URL.

The keys in a property file are, by convention, stated in a heirarchy using dots as a separator. All SmartSockets options are in the "ss" hierarchy, so all of them start with "ss.". An example of an options file would be:

            ss.project: sat1
            ss.server_auto_connect: false
            ss.unique_subject: node1
            
Option names and values are case-sensitive. There are methods in this class to extract values as strings, integers, doubles, booleans, and enumerated values. For enumerations, there are methods to set the list of valid values, and their corresponding int values.

For a list of all members of this type, see Tut Members.

System.Object
   Tut

public sealed class Tut

Requirements

Namespace: TIBCO.SMARTSOCKETS Namespace

Assembly: TIBCO.SS.dll

See Also

Tut Members | TIBCO.SMARTSOCKETS Namespace | TipcOption | TipcConnClient


Copyright © TIBCO Software Inc. All rights reserved