GevServerLocalEndPoint Property

CVB.Net Documentation
Gets the local end point this server is bound to.

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

public IPEndPoint LocalEndPoint { get; }

Property Value

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

This value is only set if State is not Configuration.
See Also

Reference