BindIPEndPointHandler Delegate |
Use the BindIPEndPointHandler if you need to use a specific local endpoint.
Namespace:
Aspose.Email.Clients
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public delegate IPEndPoint BindIPEndPointHandler(
IPEndPoint remoteEndPoint
)
Public Delegate Function BindIPEndPointHandler (
remoteEndPoint As IPEndPoint
) As IPEndPoint
public delegate IPEndPoint^ BindIPEndPointHandler(
IPEndPoint^ remoteEndPoint
)
type BindIPEndPointHandler =
delegate of
remoteEndPoint : IPEndPoint -> IPEndPoint
Parameters
- remoteEndPoint
- Type: System.NetIPEndPoint
Remote endpoint
Return Value
Type:
IPEndPointIPEndPoint that represents the local endpoint.
See Also