/// <summary>
 /// Initializes a new instance of the <see cref="ServicePointMapElement"/> class.
 /// </summary>
 /// <param name="mi">The <see cref="MethodInfo"/>.</param>
 /// <param name="spa">The <see cref="ServicePointAttribute"/>.</param>
 public ServicePointMapElement(MethodInfo mi, ServicePointAttribute spa)
 {
     MethodInfo = mi;
     ServicePoint = spa;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ServicePointMapElement"/> class.
 /// </summary>
 /// <param name="mi">The <see cref="MethodInfo"/>.</param>
 /// <param name="spa">The <see cref="ServicePointAttribute"/>.</param>
 public ServicePointMapElement(MethodInfo mi, ServicePointAttribute spa)
 {
     MethodInfo   = mi;
     ServicePoint = spa;
 }