Main client class for async object based communication.
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| AsyncClient()()() | ||
| _BindingFactory | (Inherited from BaseCommunication.) | |
| _ChannelWrapper | (Inherited from BaseClient.) | |
| _CommsBinding | (Inherited from BaseCommunication.) | |
| _ConnectionManager | (Inherited from RawClient.) | |
| _RegisteredEncryptorTypes | (Inherited from BaseCommunication.) | |
| _RegisteredFormattersTypes | (Inherited from BaseCommunication.) | |
| _RegisteredObjectsHt | (Inherited from BaseCommunication.) | |
| _Timeout | (Inherited from BaseCommunication.) | |
| AddStatusMessage(StatusMessage) | (Inherited from BaseCommunication.) | |
| AddStatusMessage(Int32, String) | (Inherited from BaseCommunication.) | |
| AddStatusMessage(Int32, String, String) | (Inherited from BaseCommunication.) | |
| AddStatusMessage(String, String) | (Inherited from BaseCommunication.) | |
| AddStatusMessage(status, String, String) | (Inherited from BaseCommunication.) | |
| AddStatusMessage(Int32, status, String, String) | (Inherited from BaseCommunication.) | |
| AfterConnect()()() | (Overrides RawClient.AfterConnect()()().) | |
| AutoReconnect | (Inherited from RawClient.) | |
| BindingExists(String) | (Inherited from BaseCommunication.) | |
| CancelReconnection()()() |
Can be called Disconnect() instead
(Inherited from RawClient.) | |
| Connect()()() | (Inherited from RawClient.) | |
| Connected |
is connected
(Inherited from RawClient.) | |
| ConnectIntern()()() |
Connect via socks proxy
(Inherited from RawClient.) | |
| ConnectionEstablished()()() |
finalize the serializers set up
| |
| CreateChannelWrapper()()() | (Overrides BaseClient.CreateChannelWrapper()()().) | |
| CurrSockID | (Inherited from BaseCommunication.) | |
| DataReceivedHandler | ||
| Disconnect()()() | (Inherited from RawClient.) | |
| Dispose()()() | (Overrides RawClient.Dispose()()().) | |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAllProperties()()() | (Inherited from BaseCommunication.) | |
| GetAllPropsNames()()() | (Inherited from BaseCommunication.) | |
| GetAllRegisteredObjects()()() | (Inherited from BaseCommunication.) | |
| GetAvailableBindings()()() | (Inherited from BaseCommunication.) | |
| GetBinding()()() | (Inherited from BaseCommunication.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetRegisteredObject(String) |
get the object that was registered
(Inherited from BaseCommunication.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| HttpConvertArrayToObject(array<Byte>[]()[], SerializerHolder, Boolean, CryptoContatainer) | (Inherited from BaseCommunication.) | |
| IsConnectionSecure | ||
| Item[([(String])]) | (Inherited from BaseCommunication.) | |
| KeepConnectionAliveTime |
Time (Milliseconds)
Send message to the server to keep connction alive and detect
the failure
| |
| LogLevel | (Inherited from BaseCommunication.) | |
| MaxReconnectionAttemps | (Inherited from RawClient.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessReceivedData(Int32, Object) |
invoke data rx delegate
(Overrides BaseCommunication.ProcessReceivedData(Int32, Object).) | |
| ProcessReceivedDataSync(Int32, Object%) |
for processing sync calls
(Inherited from BaseCommunication.) | |
| RegisterLicenseCode(String) |
another way of registering the license
(Inherited from BaseCommunication.) | |
| RegisterSingleton(Object) |
Register singleton object (not the type)
(Inherited from BaseCommunication.) | |
| Send(Object) | (Overrides BaseClient.Send(Object).) | |
| SendDataInternally(Int32, Object) | (Inherited from RawClient.) | |
| SendRaw(array<Byte>[]()[]) |
send raw bytes
(Inherited from RawClient.) | |
| SetBinding(String) | (Inherited from BaseCommunication.) | |
| SetCredentials(String, String) |
Must be called before the connection !
| |
| StartConnectionTimer()()() | ||
| StatusEvent | (Inherited from BaseCommunication.) | |
| StatusHandler | ||
| StopExceptionHandling()()() |
stop "unhandled exception" handling
(Inherited from BaseCommunication.) | |
| StopTimer()()() | ||
| TimeBetweenReconnectAttempsMs | (Inherited from RawClient.) | |
| Timeout |
When the reception is started and can not completed for any reason Rx timeout
occurs.
This value is not supposed to be changed (generally)
And perhaps will be deprecated in the future releases
(Inherited from BaseCommunication.) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| UseCompression | (Inherited from BaseCommunication.) | |
| UseSecureConnection |
| Object | |||||
| BaseCommunication | |||||
| BaseClient | |||||
| RawClient | |||||
| AsyncClient | |||||
| SyncClient | |||||