 | RpcHelperRegisterServerChannels Method |
Registers the server channels.
Namespace: Ookii.Jumbo.RpcAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static void RegisterServerChannels(
int port,
bool listen4And6
)
Public Shared Sub RegisterServerChannels (
port As Integer,
listen4And6 As Boolean
)
public:
static void RegisterServerChannels(
int port,
bool listen4And6
)
static member RegisterServerChannels :
port : int *
listen4And6 : bool -> unit 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