The Dictionary type exposes the following members.

Constructors

  NameDescription
Dictionary
The default constructor.

Methods

  NameDescription
addOverloaded.
close
Closes this Dictionary.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Class destructor/finalizer.
(Overrides Object..::.Finalize()()().)
get
Gets the value for the provided key from the dictionary.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
openOverloaded.
remove
Removes a key, or set of keys, from the Dictionary.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Address
Gets the Phidget Webservice network address.
AttachedToServer
Gets the attached to server status.
Port
Gets the Phidget Webservice port.
ServerID
Gets the Phidget Webservice server id.

Events

  NameDescription
Error
Error event.
ServerConnect
Server connect event
ServerDisconnect
Server disconnect event

See Also