Creates a new Browser object.
Declaring type: BrowserFactoryImpl
Namespace: Vrml.EAI
Assembly: VrmlEAI.NET
Collapse/Expand Syntax
C#
public abstract Browser GetBrowser (
        IPAddress address,
        int port
) 
Parameters
address
The address of the machine the X3D browser is running on.
port
The port number the X3D browser is listening on for connections.
Return Value
The new Browser object.