Managed Syslog Server Class Library Reference

SyslogPacket.LocalEndPoint Property

受信したインターフェースを取得します。

[Visual Basic]
Public Property LocalEndPoint As IPEndPoint
[C#]
public System.Net.IPEndPoint LocalEndPoint {get; set;}

Property Value

パケットを受信したエンドポイントを格納する IPEndPoint インスタンス。

Remarks

UDP パケットを受信したインターフェースの情報を含む IPEndPoint を取得します。

See Also

SyslogPacket Class | Syslog Namespace