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: 0x02000281 RID: 641 // (Invoke) Token: 0x06001018 RID: 4120 [Token(Token = "0x2000281")] public delegate IPEndPoint BindIPEndPoint(ServicePoint servicePoint, IPEndPoint remoteEndPoint, int retryCount); }