using System;
namespace System.Net
{
/// Represents the method that specifies a local Internet Protocol address and port number for a .
/// The local to which the is bound.
/// The associated with the connection to be created.
/// The remote that specifies the remote host.
/// The number of times this delegate was called for a specified connection.
///
/// is equal to
// Token: 0x02000334 RID: 820
// (Invoke) Token: 0x06001CA9 RID: 7337
public delegate IPEndPoint BindIPEndPoint(ServicePoint servicePoint, IPEndPoint remoteEndPoint, int retryCount);
}