Exemplo n.º 1
0
 /// <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();
 }
Exemplo n.º 2
0
 /// <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();
 }
Exemplo n.º 3
0
 /// <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();
 }
Exemplo n.º 4
0
 /// <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();
 }