Name | Description | |
---|---|---|
![]() |
ZyanConnection | Overloaded. Creates a new instance of the ZyanConnection class. |
Name | Description | |
---|---|---|
![]() |
CreateProxy<T> | Overloaded. Creates a local proxy object of a specified remote component. |
![]() |
Dispose | Release managed resources. |
![]() |
Reconnect | Reestablish connection to server. |
![]() |
RefreshRegisteredComponents | Refreshes the list of server-side components. |
Name | Description | |
---|---|---|
![]() ![]() |
OnAfterInvoke | Fires the AfterInvoke event. |
![]() ![]() |
OnBeforeInvoke | Fires the BeforeInvoke event. |
![]() |
OnError | Fires the Error event. |
![]() ![]() |
OnInvokeCanceled | Fires the InvokeCanceled event. |
Name | Description | |
---|---|---|
![]() ![]() |
Finalize | Called from CLR when the object is finalized. |
![]() ![]() |
OnDisconnected | Fires the Disconnected event. |
![]() ![]() |
OnNewLogonNeeded | Fires the NewLogonNeeded event. |
![]() ![]() |
OnReconnected | Fires the Reconnected event. |
Name | Description | |
---|---|---|
![]() ![]() |
AllowUrlRandomization | Enables or disables URL randomization to work around Remoting Identity caching. |
![]() |
CallInterceptionEnabled | Gets whether registered call interceptors should be processed. |
![]() |
CallInterceptors | Returns a collection of registred call interceptors. |
![]() |
ComponentHostName | Gets the name of the remote component host. |
![]() ![]() |
Connections | Gets a list of all known Zyan connections in the current Application Domain. |
![]() |
IsSessionValid | Gets true, if the session on server is valid, otherwise false. |
![]() |
PollingEnabled | Gets whether polling is enabled. |
![]() |
PollingInterval | Gets or sets the polling interval.
|
![]() |
SerializationHandling | Returns the repository of serialization handlers. |
![]() |
ServerUrl | Gets the URL of the remote server. |
![]() |
SessionID | Gets the session ID. |
Name | Description | |
---|---|---|
![]() |
RemoteDispatcher | Gets a proxy to access the remote dispatcher. |
Name | Description | |
---|---|---|
![]() |
AfterInvoke | Event: After a remote call is invoked. |
![]() |
BeforeInvoke | Event: Before a remote call is invoked. |
![]() |
Disconnected | Occurs when disconnection is detected. |
![]() |
Error | Event: Occures when a error is detected. |
![]() |
InvokeCanceled | Event: When a remote call is canceled. |
![]() |
NewLogonNeeded | Event: Fired when a new logon is needed, after a detected diconnection. |
![]() |
Reconnected | Occurs when connection is restored. |