This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<log4net> | |
<appender name="errorAppender" type="log4net.Appender.RollingFileAppender"> | |
<filter type="log4net.Filter.LevelMatchFilter"> | |
<levelToMatch value="ERROR" /> | |
</filter> | |
<filter type="log4net.Filter.DenyAllFilter" /> | |
<File value="Logs\err.log" /> | |
<PreserveLogFileNameExtension value="true" /> | |
<appendToFile value="true" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<configuration> | |
<configSections> | |
<section name="superSocket" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine"/> | |
</configSections> | |
<appSettings> | |
<add key="ServiceName" value="BroardcastService"/> | |
</appSettings> | |
<superSocket> | |
<servers> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<configuration> | |
<configSections> | |
<section name="superSocket" | |
type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine" /> | |
</configSections> | |
<appSettings> | |
<add key="ServiceName" value="SupperSocketService" /> | |
</appSettings> | |
<superSocket logFactory="ConsoleLogFactory"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<configuration> | |
<configSections> | |
<section name="superSocket" | |
type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine" /> | |
</configSections> | |
<appSettings> | |
<add key="ServiceName" value="SupperSocketService" /> | |
</appSettings> | |
<superSocket logFactory="ConsoleLogFactory"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<configuration> | |
<configSections> | |
<section name="superSocket" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine" /> | |
</configSections> | |
<appSettings> | |
<add key="ServiceName" value="SupperSocketService" /> | |
</appSettings> | |
<connectionStrings/> | |
<superSocket> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<configuration> | |
<configSections> | |
<section name="superSocket" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine" /> | |
</configSections> | |
<appSettings> | |
<add key="ServiceName" value="SupperSocketService" /> | |
</appSettings> | |
<superSocket> | |
<servers> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<configuration> | |
<configSections> | |
<section name="superSocket" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine" /> | |
</configSections> | |
<appSettings> | |
<add key="ServiceName" value="SupperSocketService" /> | |
</appSettings> | |
<superSocket> | |
<servers> |