NetworkComms TotalNumConnections Method (IPAddress)NetworkComms.Net Help
Returns the total number of connections where the RemoteEndPoint matches the provided OnlineIPAddress

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static int TotalNumConnections(
	IPAddress matchRemoteEndPointIP
)

Return Value

Type: OnlineInt32
Total number of connections where the RemoteEndPoint matches the provided OnlineIPAddress
See Also