| Dart.PowerTCP.SslSockets Namespace : Server Class (Dart.PowerTCP.SslSockets) |
Server Constructor | Overloaded. Initializes a new instance of the Server class. |
Active | Returns true when listening for connections. |
AuthenticateClient | Gets or sets a value that determines if a client must authenticate themselves to the server. |
Certificate | Gets or sets the Certificate object to use if the server is secure. |
Connections | Returns an ArrayList containing Tcp objects representing active connections. |
Container (Inherited from System.ComponentModel.Component) | Gets the IContainer that contains the Component. |
Editor | In Visual Studio.NET, displays an interactive form to use to test real time protocol operations. |
LocalEndPoint | Returns the local address the Server object is bound to. |
MaxThreads | Gets or sets the maximum number of threads the server is to use. |
SecureProtocol | Gets or sets a value which determines the type of encryption to use on the data. |
Site (Inherited from System.ComponentModel.Component) | Gets or sets the ISite of the Component. |
Socket | Returns the instance of the System.Net.Sockets.Socket that is accepting connections. |
SynchronizingObject | Set this object to automatically control thread marshalling between worker threads and the main UI thread. |
Tag | Gets or sets an object reference that can be used to associate this instance with any other. |
Abort | Stops the server application and immediately closes all connections. |
Close | Stops listening on the server but does not close active connections. |
CreateObjRef (Inherited from System.MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose | Overloaded. Releases all resources associated with the object. |
GetLifetimeService (Inherited from System.MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
InitializeLifetimeService (Inherited from System.MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Listen | Overloaded. Begin listening on the specified port using the default network interface. |
ToString (Inherited from System.ComponentModel.Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
ActiveChanged | Raised when the value of the Object.Active property changes. |
CertificateReceived | This event is raised when a certificate has been received to be authenticated. |
Connection | Raised when a connection is accepted. |
Disposed (Inherited from System.ComponentModel.Component) | Adds an event handler to listen to the Disposed event on the component. |
CanRaiseEvents (Inherited from System.ComponentModel.Component) | Gets a value indicating whether the component can raise an event. |
DesignMode (Inherited from System.ComponentModel.Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (Inherited from System.ComponentModel.Component) | Gets the list of event handlers that are attached to this Component. |
Finalize (Inherited from System.ComponentModel.Component) | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. |
GetService (Inherited from System.ComponentModel.Component) | Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (Inherited from System.MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
Server Class | Dart.PowerTCP.SslSockets Namespace
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.