set_BindIPEndPointDelegate()

ServicePoint::set_BindIPEndPointDelegate(BindIPEndPoint) method

Sets the delegate that is used to associate local IPEndPoint with the current instance.

void System::Net::ServicePoint::set_BindIPEndPointDelegate(BindIPEndPoint value)

Arguments

ParameterTypeDescription
valueBindIPEndPointThe value to set.

See Also