コード例 #1
0
 /// <summary>
 /// Adds the port of a <see cref="System.Uri"/> to a request.
 /// </summary>
 public Port(INumber port) : this(() => port.AsInt())
 {
 }