SmartSockets .NET Class Library

TipcProperties Methods

The methods of the TipcProperties class are listed below. For a complete list of TipcProperties class members, see the TipcProperties Members topic.

Public Instance Methods

Add (inherited from Hashtable)Adds an element with the specified key and value into the Hashtable.
addAll Adds the properties, replacing any existing property with the same name.
Clear (inherited from Hashtable)Removes all elements from the Hashtable.
Clone (inherited from Hashtable)Creates a shallow copy of the Hashtable.
Contains (inherited from Hashtable)Determines whether the Hashtable contains a specific key.
ContainsKey (inherited from Hashtable)Determines whether the Hashtable contains a specific key.
ContainsValue (inherited from Hashtable)Determines whether the Hashtable contains a specific value.
CopyTo (inherited from Hashtable)Copies the Hashtable elements to a one-dimensional Array instance at the specified index.
createOptionOverloaded. Create a new option.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from Hashtable)Returns an IDictionaryEnumerator that iterates through the Hashtable.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData (inherited from Hashtable)Implements the ISerializable interface and returns the data needed to serialize the Hashtable.
getOption Searches for the TipcOption with the specified name.
getOptionBool Searches for the TipcOption with the specified name.
getOptionDouble Searches for the TipcOption with the specified name.
getOptionInt Searches for the TipcOption with the specified name.
getOptionStr Searches for the TipcOption with the specified name.
GetType (inherited from Object)Gets the Type of the current instance.
list Prints this collection to the specified output stream. This method is useful for debugging.
loadOptionsOverloaded. Reads properties from an input stream.
OnDeserialization (inherited from Hashtable)Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
optionNames Returns an enumeration of all the option names in this collection, including the names in the default collection.
put Sets the option value. Only allows TipcOption objects to be added.
Remove (inherited from Hashtable)Removes the element with the specified key from the Hashtable.
removeOptionOverloaded. Removes an option.
setOption Sets the option value.
storeOptions Writes this collection to the specified output stream suitable for loading using the loadOptions
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetHash (inherited from Hashtable)Returns the hash code for the specified key.
KeyEquals (inherited from Hashtable)Compares a specific Object with a specific key in the Hashtable.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Explicit Interface Implementations

IEnumerable.GetEnumerator (inherited from Hashtable)

See Also

TipcProperties Class | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved