/// <summary> /// Create a new IpcListener with the given IOThread, socket, and Options. /// </summary> /// <param name="ioThread"></param> /// <param name="socket">the SocketBase to listen to</param> /// <param name="options">an Options value that dictates the settings for this IpcListener</param> public IpcListener([NotNull] IOThread ioThread, [NotNull] SocketBase socket, [NotNull] Options options) : base(ioThread, socket, options) { m_address = new IpcAddress(); }
/// <summary> /// Create a new IpcListener with the given IOThread, socket, and Options. /// </summary> /// <param name="ioThread"></param> /// <param name="socket">the SocketBase to listen to</param> /// <param name="options">an Options value that dictates the settings for this IpcListener</param> public IpcListener( IOThread ioThread, SocketBase socket, Options options) : base(ioThread, socket, options) { m_address = new IpcAddress(); }
/// <summary> /// Create a new IpcListener with the given IOThread, socket, and Options. /// </summary> /// <param name="ioThread"></param> /// <param name="socket">the SocketBase to listen to</param> /// <param name="options">an Options value that dictates the settings for this IpcListener</param> public IpcListener(IOThread ioThread, SocketBase socket, Options options) : base(ioThread, socket, options) { m_address = new IpcAddress(); }