GevServerRemoteEndPoint Property

CVB.Net Documentation
Gets the remote end point this server is connected to.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public IPEndPoint RemoteEndPoint { get; }

Property Value

Type: IPEndPoint
IPEndPoint containing the current IPAddress and port. if not connected.
Remarks

This value is only set if State is Connected or AcquisitionEnabled.
See Also

Reference