IConnectionFactory

Overview

Represents an interface for a connection factory.

Location

  • Reference:
    • RemObjects.InternetPack.dll  .NET, .NET Core 5.0, .NET Standard 2.0
    • RemObjects.InternetPack.fx  Island
    • libRemObjects.InternetPack.fx  Toffee
  • Namespace: RemObjects.InternetPack

Required Methods


CreateClientConnection

Creates the connection to the client.

 

method CreateClientConnection(binding: Binding): Connection

 

Connection CreateClientConnection(Binding binding)

 

func CreateClientConnection(_ binding: Binding) -> Connection

 

Function CreateClientConnection(binding As Binding) As Connection

Parameters:

  • binding:

CreateServerConnection

Creates the connection to the server.

 

method CreateServerConnection(socket: Socket): Connection

 

Connection CreateServerConnection(Socket socket)

 

func CreateServerConnection(_ socket: Socket) -> Connection

 

Function CreateServerConnection(socket As Socket) As Connection

Parameters:

  • socket: