using System;
using Cpp2IlInjected;
namespace System.Net
{
/// Represents the method that specifies a local Internet Protocol address and port number for a .
/// 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.
/// The local to which the is bound.
// Token: 0x0200027D RID: 637
// (Invoke) Token: 0x06001002 RID: 4098
[Token(Token = "0x200027D")]
public delegate IPEndPoint BindIPEndPoint(ServicePoint servicePoint, IPEndPoint remoteEndPoint, int retryCount);
}