diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-03 11:14:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-03 11:14:36 +0200 |
| commit | 45d08b7846ca7c31c2d6fdf07c4d0012d17855ea (patch) | |
| tree | 027c76fbad2424dbff063f8ca81654b5c55c87d6 /Software/Visual_Studio/FSE/Tango.FSE.Common | |
| parent | 9aa45ed8258c7b5200cba90d94cc049cf59dc78d (diff) | |
| download | Tango-45d08b7846ca7c31c2d6fdf07c4d0012d17855ea.tar.gz Tango-45d08b7846ca7c31c2d6fdf07c4d0012d17855ea.zip | |
Critical Fix for Japan.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Common')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.Common/FSESettings.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Common/FSESettings.cs b/Software/Visual_Studio/FSE/Tango.FSE.Common/FSESettings.cs index 65bde1f6e..4efd6d316 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Common/FSESettings.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/FSESettings.cs @@ -153,6 +153,11 @@ namespace Tango.FSE.Common public ConnectivityVerificationMethod ConnectivityVerificationMethod { get; set; } /// <summary> + /// Gets or sets a value indicating whether to force the external bridge protocol configuration event when there is an error with the request. + /// </summary> + public bool ForceExternalBridgeProtocolConfiguration { get; set; } + + /// <summary> /// Initializes a new instance of the <see cref="FSESettings"/> class. /// </summary> public FSESettings() @@ -171,6 +176,7 @@ namespace Tango.FSE.Common TerminatedExpectedly = true; FileAssociationServicePort = 1800; ConnectivityVerificationMethod = ConnectivityVerificationMethod.Default; + ForceExternalBridgeProtocolConfiguration = true; } } }
\ No newline at end of file |
