Managed Syslog Server Class Library Reference

IPAddressListSectionHandler Class

App.config 構成セクションを読み取り IPEndPoint の配列を作成します。

For a list of all members of this type, see IPAddressListSectionHandler Members.

System.Object
   IPAddressListSectionHandler

[Visual Basic]
Public Class IPAddressListSectionHandler
Implements IConfigurationSectionHandler
[C#]
public class IPAddressListSectionHandler : IConfigurationSectionHandler

Remarks

構成セクションの記述例

            <settings>
              <allow address="0.0.0.0" port="514" />
              <allow address="::" />
            <settings>
            

Requirements

Namespace: Syslog.Config.SectionHandler

Assembly: mlog_lib (in mlog_lib.dll)

See Also

IPAddressListSectionHandler Members | Syslog.Config.SectionHandler Namespace