Documentation Project
BrowserFactoryImpl.GetBrowser Method (IPAddress, int)
Syntax
Collapse All
Creates a new
Browser
object.
Declaring type:
BrowserFactoryImpl
Namespace:
Vrml.EAI
Assembly:
VrmlEAI.NET
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.
Top
Generated by
ImmDoc .NET
.