Click or drag to resize

RpcHelperRegisterServerChannels Method

Registers the server channels.

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

Parameters

port  Int32
The port on which to listen.
listen4And6  Boolean
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