[This is preliminary documentation and is subject to change.]
Namespace: NFX.WebAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public virtual IPEndPoint BindIPEndPoint(
ServicePointManagerConfigurator..::..ServicePointConfigurator servicePointConfigurator,
IPEndPoint remoteEndPoint,
int retryCount
)
public virtual IPEndPoint BindIPEndPoint(
ServicePointManagerConfigurator..::..ServicePointConfigurator servicePointConfigurator,
IPEndPoint remoteEndPoint,
int retryCount
)
Public Overridable Function BindIPEndPoint (
servicePointConfigurator As ServicePointManagerConfigurator..::..ServicePointConfigurator,
remoteEndPoint As IPEndPoint,
retryCount As Integer
) As IPEndPoint
Public Overridable Function BindIPEndPoint (
servicePointConfigurator As ServicePointManagerConfigurator..::..ServicePointConfigurator,
remoteEndPoint As IPEndPoint,
retryCount As Integer
) As IPEndPoint
public:
virtual IPEndPoint^ BindIPEndPoint(
ServicePointManagerConfigurator..::..ServicePointConfigurator^ servicePointConfigurator,
IPEndPoint^ remoteEndPoint,
int retryCount
)
public:
virtual IPEndPoint^ BindIPEndPoint(
ServicePointManagerConfigurator..::..ServicePointConfigurator^ servicePointConfigurator,
IPEndPoint^ remoteEndPoint,
int retryCount
)
abstract BindIPEndPoint :
servicePointConfigurator : ServicePointManagerConfigurator..::..ServicePointConfigurator *
remoteEndPoint : IPEndPoint *
retryCount : int -> IPEndPoint
override BindIPEndPoint :
servicePointConfigurator : ServicePointManagerConfigurator..::..ServicePointConfigurator *
remoteEndPoint : IPEndPoint *
retryCount : int -> IPEndPoint
abstract BindIPEndPoint :
servicePointConfigurator : ServicePointManagerConfigurator..::..ServicePointConfigurator *
remoteEndPoint : IPEndPoint *
retryCount : int -> IPEndPoint
override BindIPEndPoint :
servicePointConfigurator : ServicePointManagerConfigurator..::..ServicePointConfigurator *
remoteEndPoint : IPEndPoint *
retryCount : int -> IPEndPoint
Return Value
Type:
IPEndPoint