Delegate BindIPEndPointHandler

BindIPEndPointHandler delegate

Use the BindIPEndPointHandler if you need to use a specific local endpoint.

public delegate IPEndPoint BindIPEndPointHandler(IPEndPoint remoteEndPoint);
ParameterTypeDescription
remoteEndPointIPEndPointRemote endpoint

Return Value

IPEndPoint that represents the local endpoint.

See Also