Exemple #1
0
 /// <summary>
 ///		Initializes a new instance of the <see cref="UdpServerTransport"/> class.
 /// </summary>
 /// <param name="manager">The manager which will manage this instance.</param>
 /// <exception cref="ArgumentNullException">
 ///		<paramref name="manager"/> is <c>null</c>.
 /// </exception>
 public UdpServerTransport(UdpServerTransportManager manager) : base(manager)
 {
 }