![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The interface representing a client connection to a Diffusion server. More...
Public Member Functions | |
void | CreateDiffusionConnection (string data, bool async) |
void | HandleBufferMessage (Byte[] message) |
void | WriteBufferToChannel (ByteBuffer buffer) |
void | WriteBytesToChannel (byte[] bytes) |
Properties | |
IServerDetails | ServerDetails [get] |
Returns the server details. More... | |
V4Credentials | Credentials [get, set] |
Get/set the credentials. More... | |
List< IServerConnectionListener > | ServerConnectionListeners [get, set] |
Get/set the default message listeners. More... | |
IServerPingResponseListener | PingListener [get, set] |
Get/set the ping message listener. More... | |
IServerAckListener | AckListener [get, set] |
Get/set the acknowledgement message listener. More... | |
ConcurrentBag< TopicListenerImpl > | ActionListeners [get, set] |
Get/set the array of action listeners. More... | |
long | AckTimeout [get, set] |
Get/set the acknowledgement timeout. More... | |
bool | HasDefaultListener [get] |
Indicates whether the client connection has a default message listener. More... | |
bool | HasTopicListeners [get] |
Indicates whether the client connection has message listeners. More... | |
bool | CascadeTransports [get] |
The interface representing a client connection to a Diffusion server.
|
getset |
Get/set the acknowledgement message listener.
|
getset |
Get/set the acknowledgement timeout.
|
getset |
Get/set the array of action listeners.
|
getset |
Get/set the credentials.
|
get |
Indicates whether the client connection has a default message listener.
|
get |
Indicates whether the client connection has message listeners.
|
getset |
Get/set the ping message listener.
|
getset |
Get/set the default message listeners.
|
get |
Returns the server details.