Dart.Sockets Namespace : Server Class |
The following tables list the members exposed by Server.
Name | Description | |
---|---|---|
![]() | Server Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Connections | Returns a List of Tcp objects representing active connections. |
Name | Description | |
---|---|---|
![]() | Backlog | The maximum length of the pending connections queue. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Encoding | Character encoding used by the component. (Inherited from Dart.Sockets.ComponentBase) |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Socket | Gets the socket used by the component for communications. (Inherited from Dart.Sockets.SocketBase) |
![]() | SynchronizingObject | Gets or sets the object used to marshal data to the UI thread (for raising events). (Inherited from Dart.Sockets.ComponentBase) |
![]() | SyncRoot | Gets an object that is used to synchronize access to the upper layer protocol in use. (Inherited from Dart.Sockets.ComponentBase) |
![]() | Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Sockets.ComponentBase) |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Abort | Closes the listening socket and calls Close() on each active connection. |
![]() | Close | Closes the listening socket and allows each active connection to complete normally. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Deserialize | Deserialize a previously serialized object. (Inherited from Dart.Sockets.ComponentBase) |
![]() | Dispose | Overloaded. Overridden. Releases all resources associated with the object. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | Marshal | Overloaded. Marshals a string and/or object to the UI thread and raises the UserState event. (Inherited from Dart.Sockets.ComponentBase) |
![]() | Serialize | Serialize an object to the provided destination stream. (Inherited from Dart.Sockets.ComponentBase) |
![]() | Start | Overloaded. Begin listening on the specified port on all IPv4 network interfaces. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | OnConnectionsChanged | Raises the ConnectionsChanged event. |
![]() | OnError | Raises the Error event. (Inherited from Dart.Sockets.ComponentBase) |
![]() | OnUserState | Raises the UserState event. (Inherited from Dart.Sockets.ComponentBase) |
Name | Description | |
---|---|---|
![]() | ConnectionsChanged | Raised after the Connections list has changed. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Raised when Marshal(Exception) is used or an unhandled Exception is thrown in a worker thread created using Start. (Inherited from Dart.Sockets.ComponentBase) |
![]() | UserState | Raised when Marshal(String,Object) is used. (Inherited from Dart.Sockets.ComponentBase) |