PhotonWire.Server.ServerToServer.PhotonWireOutboundS2SPeer.ConnectToServerUdp C# (CSharp) Method

ConnectToServerUdp() private method

private ConnectToServerUdp ( IPEndPoint remoteEndPoint, string applicationName, byte numChannels, short mtu ) : bool
remoteEndPoint System.Net.IPEndPoint
applicationName string
numChannels byte
mtu short
return bool
        new public bool ConnectToServerUdp(IPEndPoint remoteEndPoint, string applicationName, byte numChannels, short? mtu) => base.ConnectToServerUdp(remoteEndPoint, applicationName, numChannels, mtu);
        [Obsolete("Use ConnectTcpAsync instead.", false)]

Same methods

PhotonWireOutboundS2SPeer::ConnectToServerUdp ( IPEndPoint remoteEndPoint, string applicationName, object customInitObject, byte numChannels, short mtu ) : bool