See Also

Server Class  | Dart.PowerTCP.SslSockets Namespace

See Also PowerTCP SSL Sockets for .NET

Server Class Members

Dart.PowerTCP.SslSockets Namespace : Server Class (Dart.PowerTCP.SslSockets)

Server overview

Public Constructors

Public Constructor Server Constructor Overloaded.  Initializes a new instance of the Server class.

Public Properties

Public Property Active Returns true when listening for connections.
Public Property AuthenticateClient Gets or sets a value that determines if a client must authenticate themselves to the server.
Public Property Certificate Gets or sets the Certificate object to use if the server is secure.
Public Property Connections Returns an ArrayList containing Tcp objects representing active connections.
Public Property Container (Inherited from System.ComponentModel.Component)Gets the IContainer that contains the Component.
Public Property Editor In Visual Studio.NET, displays an interactive form to use to test real time protocol operations.
Public Property LocalEndPoint Returns the local address the Server object is bound to.
Public Property MaxThreads Gets or sets the maximum number of threads the server is to use.
Public Property SecureProtocol Gets or sets a value which determines the type of encryption to use on the data.
Public Property Site (Inherited from System.ComponentModel.Component)Gets or sets the ISite of the Component.
Public Property Socket Returns the instance of the System.Net.Sockets.Socket that is accepting connections.
Public Property SynchronizingObject Set this object to automatically control thread marshalling between worker threads and the main UI thread.
Public Property Tag Gets or sets an object reference that can be used to associate this instance with any other.

Public Methods

Public Method Abort Stops the server application and immediately closes all connections.
Public Method Close Stops listening on the server but does not close active connections.
Public Method 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.
Public Method Dispose Overloaded.  Releases all resources associated with the object.
Public Method GetLifetimeService (Inherited from System.MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Public Method InitializeLifetimeService (Inherited from System.MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Public Method Listen Overloaded.  Begin listening on the specified port using the default network interface.
Public Method ToString (Inherited from System.ComponentModel.Component)Returns a String containing the name of the Component, if any. This method should not be overridden.

Public Events

Public Event ActiveChanged Raised when the value of the Object.Active property changes.
Public Event CertificateReceived This event is raised when a certificate has been received to be authenticated.
Public Event Connection Raised when a connection is accepted.
Public Event Disposed (Inherited from System.ComponentModel.Component)Adds an event handler to listen to the Disposed event on the component.

Protected Properties

Protected Property CanRaiseEvents (Inherited from System.ComponentModel.Component)Gets a value indicating whether the component can raise an event.
Protected Property DesignMode (Inherited from System.ComponentModel.Component)Gets a value that indicates whether the Component is currently in design mode.
Protected Property Events (Inherited from System.ComponentModel.Component)Gets the list of event handlers that are attached to this Component.

Protected Methods

Protected Method Finalize (Inherited from System.ComponentModel.Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
Protected Method GetService (Inherited from System.ComponentModel.Component)Returns an object that represents a service provided by the Component or by its Container.
Protected Method MemberwiseClone (Inherited from System.MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.

See Also

Server Class  | Dart.PowerTCP.SslSockets Namespace


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.