Method Connect
Connect(EntityManager, NetworkEndpoint, Entity)
Initiate a connection to the remote endpoint
address.
Declaration
public Entity Connect(EntityManager entityManager, NetworkEndpoint endpoint, Entity ent = default)
Parameters
Type | Name | Description |
---|---|---|
EntityManager | entityManager | The entity manager to use to create the new entity, if |
NetworkEndpoint | endpoint | The remote address we want to connect |
Entity | ent | An optional entity to use to create the connection. If not set, a new entity will be create instead |
Returns
Type | Description |
---|---|
Entity | The entity that hold the NetworkStreamConnection. If the endpoint is not valid |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Throw an exception if the driver is not created or if multiple drivers are register |