Managed Syslog Server Class Library Reference

SyslogPacket.RemoteEndPoint Property

パケットの送信元を取得します。

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

Property Value

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

Remarks

UDP パケットを送信したホストの情報を含む IPEndPoint を取得します。

See Also

SyslogPacket Class | Syslog Namespace