-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> | ||
</startup> | ||
</configuration> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<section name="categorizedSettings" type="GSF.Configuration.CategorizedSettingsSection, GSF.Core" /> | ||
<section name="categorizedSettings" type="GSF.Configuration.CategorizedSettingsSection, GSF.Core"/> | ||
</configSections> | ||
<categorizedSettings> | ||
<systemSettings> | ||
<add name="OptimizationsConnectionString" value="" description="Specifies which optimizations to enable for the system." encrypted="false" /> | ||
<add name="OptimizationsConnectionString" value="" description="Specifies which optimizations to enable for the system." encrypted="false"/> | ||
</systemSettings> | ||
<clientHelper> | ||
<add name="Username" value="" description="Username to be used for authentication with the service." encrypted="false" scope="User" /> | ||
<add name="Password" value="" description="Password to be used for authentication with the service." encrypted="true" scope="User" /> | ||
<add name="SerializationFormat" value="Binary" description="Message serialization format for interactions with service, one of: Xml, Json or Binary. Default is Binary." encrypted="false" /> | ||
<add name="StatusMessageFilter" value="Filter -Remove 0" description="Command used to negotiate status message filter when client connects to the ServiceHelper." encrypted="false" /> | ||
<add name="Username" value="" description="Username to be used for authentication with the service." encrypted="false" scope="User"/> | ||
<add name="Password" value="" description="Password to be used for authentication with the service." encrypted="true" scope="User"/> | ||
<add name="SerializationFormat" value="Binary" description="Message serialization format for interactions with service, one of: Xml, Json or Binary. Default is Binary." encrypted="false"/> | ||
<add name="StatusMessageFilter" value="Filter -Remove 0" description="Command used to negotiate status message filter when client connects to the ServiceHelper." encrypted="false"/> | ||
</clientHelper> | ||
<remotingClient> | ||
<add name="ConnectionString" value="server=localhost:[REMOTE_CONSOLE_PORT]; interface=0.0.0.0" description="Data required by the client to connect to the server." encrypted="false" /> | ||
<add name="MaxConnectionAttempts" value="-1" description="Maximum number of times the client will attempt to connect to the server." encrypted="false" /> | ||
<add name="SendBufferSize" value="32768" description="Size of the buffer used by the client for sending data from the server." encrypted="false" /> | ||
<add name="ReceiveBufferSize" value="32768" description="Size of the buffer used by the client for receiving data from the server." encrypted="false" /> | ||
<add name="PayloadAware" value="True" description="True if payload boundaries are to be preserved during transmission, otherwise False." encrypted="false" /> | ||
<add name="IntegratedSecurity" value="True" description="True if the current Windows account credentials are used for authentication, otherwise False." encrypted="false" /> | ||
<add name="AllowDualStackSocket" value="True" description="True if dual-mode socket is allowed when IP address is IPv6, otherwise False." encrypted="false" /> | ||
<add name="MaxSendQueueSize" value="500000" description="The maximum size of the send queue before payloads are dumped from the queue." encrypted="false" /> | ||
<add name="ConnectionString" value="server=localhost:[REMOTE_CONSOLE_PORT]; interface=0.0.0.0" description="Data required by the client to connect to the server." encrypted="false"/> | ||
<add name="MaxConnectionAttempts" value="-1" description="Maximum number of times the client will attempt to connect to the server." encrypted="false"/> | ||
<add name="SendBufferSize" value="32768" description="Size of the buffer used by the client for sending data from the server." encrypted="false"/> | ||
<add name="ReceiveBufferSize" value="32768" description="Size of the buffer used by the client for receiving data from the server." encrypted="false"/> | ||
<add name="PayloadAware" value="True" description="True if payload boundaries are to be preserved during transmission, otherwise False." encrypted="false"/> | ||
<add name="IntegratedSecurity" value="True" description="True if the current Windows account credentials are used for authentication, otherwise False." encrypted="false"/> | ||
<add name="AllowDualStackSocket" value="True" description="True if dual-mode socket is allowed when IP address is IPv6, otherwise False." encrypted="false"/> | ||
<add name="MaxSendQueueSize" value="500000" description="The maximum size of the send queue before payloads are dumped from the queue." encrypted="false"/> | ||
</remotingClient> | ||
</categorizedSettings> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> | ||
</startup> | ||
</configuration> | ||
</configuration> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> | ||
</startup> | ||
</configuration> | ||
</configuration> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> | ||
</startup> | ||
</configuration> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> | ||
</startup> | ||
</configuration> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.