The main Messend client library class.
Namespace:
Line5.Messend.ClientAssembly: Messend (in Messend.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public sealed class Connector : IDisposable
Public NotInheritable Class Connector _ Implements IDisposable
public ref class Connector sealed : IDisposable
Members
| All Members | Properties | Methods | Events |
| Member | Description | |
|---|---|---|
| Connect(String, Boolean) |
Allow the Messend Library to connect to the Messend Server.
| |
| Connecting |
Determines, weather the library tries to keep the connection to the server alive or not.
| |
| ConnectionState |
Returns the current connection state of the library.
| |
| CreateTransfer(Stream, Boolean) |
Creates an OutgoingTransfer.
| |
| Disconnect()()() |
Disconnect from the Messend server.
| |
| Dispose()()() |
Implementation of Dispose()()().
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| Identity |
Returns the identity of this client.
| |
| MemberwiseClone()()() | (Inherited from Object.) | |
| OnConnectionStateChanged |
Event which notifies clients about connection state changes.
| |
| OnDynamicObjectStateChanged |
Dynamic object state changed event. This event gets fired whenever a dynamic object
changes its state.
| |
| OnErrorResponse |
A handler that is called whenever Messend receives an error from the Messend
servers.
| |
| OnIncomingTransfer |
Event that fires when a new incoming data transfer has been accepted.
| |
| OnLogMessage |
Event that fires when Messend has a log message to announce.
| |
| ToString()()() | (Inherited from Object.) | |
| Transfers |
Returns the current instance of TransferList.
|
Remarks
You will use this class to invoke Messend services. Obtain a pointer to this class by calling CreateConnector()()(). Connector is a strict singleton class. There can be only one instance of that class application wide.
Inheritance Hierarchy
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.