Click or drag to resize

RpcHelperRegisterServerChannels Method

Registers the server channels.

Namespace:  Ookii.Jumbo.Rpc
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static void RegisterServerChannels(
	int port,
	bool listen4And6
)

Parameters

port
Type: SystemInt32
The port on which to listen.
listen4And6
Type: SystemBoolean
When IPv6 is available, to listen on IPv4 as well as IPv6; to listen on IPv6 only. When IPv6 is not available, this parameter has no effect.
See Also