[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.3.1 (0.6.3.1)

Syntax

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

Parameters

servicePoint
ServicePoint
remoteEndPoint
IPEndPoint
retryCount
Int32

See Also