Creates a connection to a running Zyan component host.
Member | Description |
Constructor | Create a new connection. |
CreateProxy<T> | Creates a local proxy object for communication with a specified server component. |
SubscribeEvent | Registers a client for receiving notifications of a specified event. |
UnsubscribeEvent | Cancels a client event subscription. |
Dispose | Closes connection to server and release managed resources. |
ComponentHostName | Returns the name of the remote component host. |
Connections (static) | Returns a collection of all existing connections. |
ServerUrl | Returns the URL of the connected server. |
CallInterceptionEnabled | Gets or sets, if registered call interceptors should be processed or not. |
CallInterceptors | Returns a list of registered call interceptors. |
SerializationHandling | Returns a repository for hooking up custom serialization handlers. |
AfterInvoke | Event: Occurs after a component method was called. |
BeforeInvoke | Event: Occurs before a component method is called. |
InvokeCanceled | Event: Occurs when a component method call was canceled. |
Error | Event: Occurs when a error is raised while processing a remote call. Useful for logging or centralized error handling. |