Server.Start Method

Tungsten Suite

ServerStart Method

Starts listening for client connections on the specified network interface and port

Namespace:  W.Net.RPC
Assembly:  Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public void Start(
	IPEndPoint ep,
	Assembly rpcAssembly,
	bool scanReferences = false
)

Parameters

ep
Type: System.NetIPEndPoint
The IPEndpoint on which to bind and listen for clients
rpcAssembly
Type: System.ReflectionAssembly
The root assembly in which to scan for RPC methods
scanReferences (Optional)
Type: SystemBoolean
If True, referenced assemblies will also be scanned for RPC methods
See Also