[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.Server.BindIPEndPointCallback(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static IPEndPoint BindIPEndPointCallback(
	ServicePoint servicePoint,
	IPEndPoint remoteEndPoint,
	int retryCount
)

Parameters

servicePoint
ServicePoint

[Missing <param name="servicePoint"/> documentation for "M:fCraft.Server.BindIPEndPointCallback(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32)"]

remoteEndPoint
IPEndPoint

[Missing <param name="remoteEndPoint"/> documentation for "M:fCraft.Server.BindIPEndPointCallback(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32)"]

retryCount
Int32

[Missing <param name="retryCount"/> documentation for "M:fCraft.Server.BindIPEndPointCallback(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:fCraft.Server.BindIPEndPointCallback(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32)"]

See Also