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
)

Parameters

remoteEndPoint
Type: System.NetIPEndPoint
Remote endpoint

Return Value

Type: IPEndPoint
IPEndPoint that represents the local endpoint.
See Also