Interface ICommunicationLayer

Layer for communications

Namespace: VoltstroStudios.UnityWebBrowser.Shared.Communications
Assembly: VoltstroStudios.UnityWebBrowser.Shared.dll
Syntax
public interface ICommunicationLayer

Methods

| Edit this page View Source

CreateClient(string)

Create a new VoltRpc.Communication.Client

Declaration
Client CreateClient(string location)
Parameters
TypeNameDescription
stringlocation
Returns
TypeDescription
Client
| Edit this page View Source

CreateHost(string)

Create a new VoltRpc.Communication.Host

Declaration
Host CreateHost(string location)
Parameters
TypeNameDescription
stringlocation
Returns
TypeDescription
Host