ClientSlot Class |
Namespace: OBCOM.NetClient
The ClientSlot type exposes the following members.
Name | Description | |
---|---|---|
Alive |
Returns true if the ClientSlot is alive.
| |
AlwaysEncrypt |
Indicates whether messages are always sent encrypted to OBCOM NetServer.
| |
Channel |
Returns the ClientChannel that owns the ClientSlot.
| |
ID |
Returns the unique ID of the ClientSlot.
| |
LayoutManager |
Returns the LayoutManager associatted with the ClientSlot.
| |
Name |
Returns the name of the ClientSlot.
|
Name | Description | |
---|---|---|
DisableMulticast |
Disables the reception of multicast messages identified by the specified
name.
| |
Dispose |
Dispose (free, release and reset) managed and unmanaged objects.
| |
EnableMulticast |
Enables the reception of multicast messages identified by the specified
name.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLayout |
Returns the Layout identified by the supplied layoutName.
| |
getTimestamp |
Returns an OBCOM NetServer timestamp string.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Release |
Terminates the ClientSlot and releases allocated resources.
| |
SendTransaction(String, Object) |
Sends a transaction request to the specified
service.
| |
SendTransaction(String, Object, Boolean) |
Sends a transaction request to the specified
service, optinally encrypting messages.
| |
SendTransaction(String, Object, Boolean, Boolean) |
Sends a transaction request to the specified
service, optinally encrypting and signing messages.
| |
SendTransaction(String, Object, Boolean, Boolean, Int32) |
Sends a transaction request to the specified
service, optinally encrypting and signing messages
with a timeout.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
A client application uses a ClientSlot to send transactions, receive unsolicited data, and request other services from a NetServer or other custom made servers (see ServerChannel for details about building custom servers).
A ClientSlot can only be created using the NewSlot method.