VaserServer Class |
Namespace: Vaser
public class VaserServer
The VaserServer type exposes the following members.
Name | Description | |
---|---|---|
![]() | VaserServer(String, PortalCollection) | Creates a new internal pipe server for a client. |
![]() | VaserServer(IPAddress, Int32, PortalCollection) | Creates a new unencrypted TCP server and listen for clients. |
![]() | VaserServer(IPAddress, Int32, PortalCollection, VaserKerberosServer) | Creates a new Kerberos Server and listen for clients. |
![]() | VaserServer(IPAddress, Int32, PortalCollection, VaserSSLServer) | Creates a new SSL Server and listen for clients. |
Name | Description | |
---|---|---|
![]() | LinkList | A copy of all active links in this server |
![]() | PCollection | The PortalCollection of this server. |
Name | Description | |
---|---|---|
![]() | OnDisconnectingLink | Raises an event when a client is disconnected. |
![]() | OnNewLink | Raises an event when a new client is connected. |
![]() | Start | Starts listening for clients on selected Mode. |
![]() | Stop | Stops the Vaser Server |
![]() ![]() | StopEngine | Stops the garbage collector Timer |
Name | Description | |
---|---|---|
![]() | DisconnectingLink | EventHandler for disconnecting links. |
![]() | NewLink | EventHandler for new connected links. |