From 2a7f9ac31448e8ad0d01366d20e724d7ec01051d Mon Sep 17 00:00:00 2001 From: sean tearney Date: Tue, 9 Nov 2021 07:34:54 +0800 Subject: [PATCH] fix thread leak in vlc player --- App.config | 252 ++-- PlayerVLC.cs | 7 +- Properties/Resources.Designer.cs | 2 +- Properties/Settings.Designer.cs | 2 +- Service References/OnvifServices/Reference.cs | 1194 ++++++++--------- Web References/Reporting/Reference.cs | 12 +- Web References/iSpyWS/Reference.cs | 82 +- iSpy.csproj | 10 +- iSpy.sln | 28 + packages.config | 10 +- 10 files changed, 819 insertions(+), 780 deletions(-) diff --git a/App.config b/App.config index 86821a8e..524bf4f3 100644 --- a/App.config +++ b/App.config @@ -1,14 +1,14 @@ - + -
-
+
+
-
+
-
+
@@ -27,22 +27,22 @@ - - + + - + - + @@ -50,50 +50,50 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + @@ -101,196 +101,196 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/PlayerVLC.cs b/PlayerVLC.cs index 3164fce1..07ec5aec 100644 --- a/PlayerVLC.cs +++ b/PlayerVLC.cs @@ -243,7 +243,12 @@ public static void Execute(Action action) private void Player_FormClosing(object sender, FormClosingEventArgs e) { - + videoView1.MediaPlayer.Media.Dispose(); + videoView1.MediaPlayer.Media = null; + videoView1.MediaPlayer?.Dispose(); + videoView1.MediaPlayer = null; + videoView1.Dispose(); + videoView1 = null; } private void tbSpeed_Scroll(object sender, EventArgs e) diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index 8f82de2c..10db47fb 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace iSpyApplication.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 18d49cd5..77ed9258 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace iSpyApplication.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Service References/OnvifServices/Reference.cs b/Service References/OnvifServices/Reference.cs index 81ae7b07..58a29bf6 100644 --- a/Service References/OnvifServices/Reference.cs +++ b/Service References/OnvifServices/Reference.cs @@ -12,7 +12,7 @@ namespace iSpyApplication.OnvifServices { /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -72,7 +72,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -119,7 +119,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -239,7 +239,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/deviceIO/wsdl")] public enum ParityBit { @@ -264,7 +264,7 @@ public enum ParityBit { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -394,7 +394,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/deviceIO/wsdl")] public enum SerialPortType { @@ -419,7 +419,7 @@ public enum SerialPortType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -479,7 +479,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum DigitalIdleState { @@ -492,7 +492,7 @@ public enum DigitalIdleState { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -538,7 +538,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -570,7 +570,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -686,7 +686,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum RelayMode { @@ -699,7 +699,7 @@ public enum RelayMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -876,7 +876,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -950,7 +950,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -982,7 +982,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1056,7 +1056,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1186,7 +1186,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1260,7 +1260,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1306,7 +1306,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1352,7 +1352,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1384,7 +1384,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1407,7 +1407,7 @@ public string ParentTopic { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1523,7 +1523,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1555,7 +1555,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1587,7 +1587,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1773,7 +1773,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1861,7 +1861,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1893,7 +1893,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -1967,7 +1967,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2041,7 +2041,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2073,7 +2073,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2105,7 +2105,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2193,7 +2193,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum MoveStatus { @@ -2209,7 +2209,7 @@ public enum MoveStatus { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2269,7 +2269,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2301,7 +2301,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2347,7 +2347,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2393,7 +2393,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2439,7 +2439,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2499,7 +2499,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2531,7 +2531,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2591,7 +2591,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2651,7 +2651,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2711,7 +2711,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2743,7 +2743,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2803,7 +2803,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2877,7 +2877,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -2951,7 +2951,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3025,7 +3025,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3057,7 +3057,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3159,7 +3159,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3205,7 +3205,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3251,7 +3251,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3283,7 +3283,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3357,7 +3357,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum ImageStabilizationMode { @@ -3376,7 +3376,7 @@ public enum ImageStabilizationMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3436,7 +3436,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3468,7 +3468,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3542,7 +3542,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum WhiteBalanceMode { @@ -3555,7 +3555,7 @@ public enum WhiteBalanceMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3601,7 +3601,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum WideDynamicMode { @@ -3614,7 +3614,7 @@ public enum WideDynamicMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3646,7 +3646,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3734,7 +3734,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum AutoFocusMode { @@ -3747,7 +3747,7 @@ public enum AutoFocusMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3919,7 +3919,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum ExposureMode { @@ -3932,7 +3932,7 @@ public enum ExposureMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum ExposurePriority { @@ -3945,7 +3945,7 @@ public enum ExposurePriority { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -3991,7 +3991,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum BacklightCompensationMode { @@ -4004,7 +4004,7 @@ public enum BacklightCompensationMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -4190,7 +4190,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum IrCutFilterMode { @@ -4206,7 +4206,7 @@ public enum IrCutFilterMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -4308,7 +4308,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -4368,7 +4368,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -4498,7 +4498,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -4628,7 +4628,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -4735,7 +4735,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum AudioEncoding { @@ -4751,7 +4751,7 @@ public enum AudioEncoding { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -4853,7 +4853,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -4913,7 +4913,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum IPType { @@ -4941,7 +4941,7 @@ public enum IPType { [System.Xml.Serialization.XmlIncludeAttribute(typeof(VideoEncoder2Configuration))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(VideoEncoderConfiguration))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(VideoSourceConfiguration))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5001,7 +5001,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5136,7 +5136,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5196,7 +5196,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5270,7 +5270,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5316,7 +5316,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5362,7 +5362,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5394,7 +5394,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum ModeOfOperation { @@ -5410,7 +5410,7 @@ public enum ModeOfOperation { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5489,7 +5489,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5563,7 +5563,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5595,7 +5595,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5744,7 +5744,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum VideoEncoding { @@ -5760,7 +5760,7 @@ public enum VideoEncoding { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5806,7 +5806,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5866,7 +5866,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5912,7 +5912,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum Mpeg4Profile { @@ -5925,7 +5925,7 @@ public enum Mpeg4Profile { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -5971,7 +5971,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum H264Profile { @@ -5990,7 +5990,7 @@ public enum H264Profile { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6050,7 +6050,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6082,7 +6082,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6133,7 +6133,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6193,7 +6193,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6267,7 +6267,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6332,7 +6332,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6392,7 +6392,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6424,7 +6424,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6484,7 +6484,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6516,7 +6516,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6576,7 +6576,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6608,7 +6608,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6640,7 +6640,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6915,7 +6915,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -6961,7 +6961,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7021,7 +7021,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7067,7 +7067,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7099,7 +7099,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7159,7 +7159,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7191,7 +7191,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7237,7 +7237,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7297,7 +7297,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7371,7 +7371,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7431,7 +7431,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum EFlipMode { @@ -7447,7 +7447,7 @@ public enum EFlipMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7507,7 +7507,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum ReverseMode { @@ -7526,7 +7526,7 @@ public enum ReverseMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7572,7 +7572,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7604,7 +7604,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7641,7 +7641,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7720,7 +7720,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7771,7 +7771,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -7962,7 +7962,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8022,7 +8022,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8097,7 +8097,7 @@ protected void RaisePropertyChanged(string propertyName) { /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(EventFilter))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8129,7 +8129,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8152,7 +8152,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8184,7 +8184,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8216,7 +8216,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8309,7 +8309,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8360,7 +8360,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8509,7 +8509,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8583,7 +8583,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8685,7 +8685,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8778,7 +8778,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8852,7 +8852,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8898,7 +8898,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -8986,7 +8986,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum RotateMode { @@ -9002,7 +9002,7 @@ public enum RotateMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9034,7 +9034,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9094,7 +9094,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9210,7 +9210,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9298,7 +9298,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9400,7 +9400,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9446,7 +9446,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum SceneOrientationMode { @@ -9459,7 +9459,7 @@ public enum SceneOrientationMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9491,7 +9491,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9593,7 +9593,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9639,7 +9639,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9741,7 +9741,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9829,7 +9829,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -9917,7 +9917,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10005,7 +10005,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10051,7 +10051,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10141,7 +10141,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10229,7 +10229,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10305,7 +10305,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10381,7 +10381,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10457,7 +10457,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10489,7 +10489,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10521,7 +10521,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10553,7 +10553,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10613,7 +10613,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10743,7 +10743,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10803,7 +10803,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10877,7 +10877,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -10951,7 +10951,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum ReceiverState { @@ -10970,7 +10970,7 @@ public enum ReceiverState { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11058,7 +11058,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum ReceiverMode { @@ -11077,7 +11077,7 @@ public enum ReceiverMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11151,7 +11151,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum StreamType { @@ -11166,7 +11166,7 @@ public enum StreamType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11212,7 +11212,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum TransportProtocol { @@ -11231,7 +11231,7 @@ public enum TransportProtocol { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11305,7 +11305,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11477,7 +11477,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11593,7 +11593,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11709,7 +11709,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11755,7 +11755,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11787,7 +11787,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11819,7 +11819,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11865,7 +11865,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11925,7 +11925,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -11985,7 +11985,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12059,7 +12059,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12133,7 +12133,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12179,7 +12179,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12211,7 +12211,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12327,7 +12327,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12401,7 +12401,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12433,7 +12433,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12521,7 +12521,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum PTZPresetTourDirection { @@ -12537,7 +12537,7 @@ public enum PTZPresetTourDirection { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12625,7 +12625,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12657,7 +12657,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12689,7 +12689,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12833,7 +12833,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12865,7 +12865,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12897,7 +12897,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12929,7 +12929,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -12992,7 +12992,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13038,7 +13038,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13126,7 +13126,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13200,7 +13200,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum PTZPresetTourState { @@ -13219,7 +13219,7 @@ public enum PTZPresetTourState { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13349,7 +13349,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13479,7 +13479,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13553,7 +13553,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13655,7 +13655,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13729,7 +13729,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13761,7 +13761,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13793,7 +13793,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13825,7 +13825,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13885,7 +13885,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13917,7 +13917,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -13977,7 +13977,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14051,7 +14051,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14167,7 +14167,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14325,7 +14325,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14357,7 +14357,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14543,7 +14543,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14589,7 +14589,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14663,7 +14663,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14723,7 +14723,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14769,7 +14769,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14843,7 +14843,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14875,7 +14875,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -14977,7 +14977,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15023,7 +15023,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15111,7 +15111,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15190,7 +15190,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15278,7 +15278,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15352,7 +15352,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15454,7 +15454,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15556,7 +15556,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15630,7 +15630,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15662,7 +15662,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15694,7 +15694,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15838,7 +15838,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15912,7 +15912,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -15972,7 +15972,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -16046,7 +16046,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum TrackType { @@ -16065,7 +16065,7 @@ public enum TrackType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -16139,7 +16139,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -16185,7 +16185,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -16273,7 +16273,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -16361,7 +16361,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -16477,7 +16477,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -16775,7 +16775,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -16863,7 +16863,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -16909,7 +16909,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum SearchState { @@ -16928,7 +16928,7 @@ public enum SearchState { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -16988,7 +16988,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17090,7 +17090,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17136,7 +17136,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17224,7 +17224,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17285,7 +17285,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17331,7 +17331,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17377,7 +17377,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17423,7 +17423,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17511,7 +17511,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17585,7 +17585,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17701,7 +17701,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17747,7 +17747,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17793,7 +17793,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -17965,7 +17965,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18081,7 +18081,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum RecordingStatus { @@ -18106,7 +18106,7 @@ public enum RecordingStatus { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18138,7 +18138,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18226,7 +18226,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18258,7 +18258,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18360,7 +18360,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18462,7 +18462,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18592,7 +18592,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18694,7 +18694,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18796,7 +18796,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18884,7 +18884,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -18986,7 +18986,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19032,7 +19032,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19078,7 +19078,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19236,7 +19236,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19282,7 +19282,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19328,7 +19328,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19416,7 +19416,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19463,7 +19463,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19537,7 +19537,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19611,7 +19611,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19741,7 +19741,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -19927,7 +19927,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20043,7 +20043,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum OSDType { @@ -20059,7 +20059,7 @@ public enum OSDType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20091,7 +20091,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20249,7 +20249,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20351,7 +20351,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20439,7 +20439,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20471,7 +20471,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20517,7 +20517,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20549,7 +20549,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20693,7 +20693,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20795,7 +20795,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20827,7 +20827,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20887,7 +20887,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -20919,7 +20919,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21007,7 +21007,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21059,7 +21059,7 @@ public System.Xml.XmlAttribute[] AnyAttr { /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(JpegOptions2))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21119,7 +21119,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21171,7 +21171,7 @@ public System.Xml.XmlAttribute[] AnyAttr { /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(Mpeg4Options2))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21259,7 +21259,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21311,7 +21311,7 @@ public System.Xml.XmlAttribute[] AnyAttr { /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(H264Options2))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21399,7 +21399,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21501,7 +21501,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21547,7 +21547,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21579,7 +21579,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21654,7 +21654,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21714,7 +21714,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21788,7 +21788,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21890,7 +21890,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -21922,7 +21922,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22010,7 +22010,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22210,7 +22210,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22256,7 +22256,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22302,7 +22302,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22362,7 +22362,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22408,7 +22408,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22482,7 +22482,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22668,7 +22668,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22714,7 +22714,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22788,7 +22788,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22862,7 +22862,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22908,7 +22908,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22940,7 +22940,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -22972,7 +22972,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23046,7 +23046,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum PTZPresetTourOperation { @@ -23065,7 +23065,7 @@ public enum PTZPresetTourOperation { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23125,7 +23125,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23185,7 +23185,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum RelayIdleState { @@ -23198,7 +23198,7 @@ public enum RelayIdleState { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23230,7 +23230,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23276,7 +23276,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23308,7 +23308,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23382,7 +23382,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23498,7 +23498,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum Dot11SecurityMode { @@ -23520,7 +23520,7 @@ public enum Dot11SecurityMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum Dot11Cipher { @@ -23539,7 +23539,7 @@ public enum Dot11Cipher { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23655,7 +23655,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum Dot11StationMode { @@ -23672,7 +23672,7 @@ public enum Dot11StationMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23718,7 +23718,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23806,7 +23806,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23838,7 +23838,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -23884,7 +23884,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24028,7 +24028,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum IPv6DHCPConfiguration { @@ -24047,7 +24047,7 @@ public enum IPv6DHCPConfiguration { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24093,7 +24093,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24139,7 +24139,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24241,7 +24241,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24287,7 +24287,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24347,7 +24347,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum Duplex { @@ -24360,7 +24360,7 @@ public enum Duplex { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24420,7 +24420,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24494,7 +24494,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24526,7 +24526,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24558,7 +24558,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24632,7 +24632,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24692,7 +24692,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24724,7 +24724,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24756,7 +24756,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24816,7 +24816,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24848,7 +24848,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24936,7 +24936,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -24968,7 +24968,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25056,7 +25056,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25130,7 +25130,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25162,7 +25162,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25264,7 +25264,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25310,7 +25310,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25342,7 +25342,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25430,7 +25430,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25490,7 +25490,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25522,7 +25522,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25638,7 +25638,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25698,7 +25698,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25730,7 +25730,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -25874,7 +25874,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -26200,7 +26200,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -26260,7 +26260,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -26516,7 +26516,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -26576,7 +26576,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -26608,7 +26608,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -26696,7 +26696,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -26742,7 +26742,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -26844,7 +26844,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27030,7 +27030,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27076,7 +27076,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27332,7 +27332,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27392,7 +27392,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27424,7 +27424,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27526,7 +27526,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27569,7 +27569,7 @@ protected void RaisePropertyChanged(string propertyName) { [System.Xml.Serialization.XmlIncludeAttribute(typeof(VideoSource))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(StorageConfiguration))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(SerialPort))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27601,7 +27601,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27708,7 +27708,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27871,7 +27871,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27936,7 +27936,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -27987,7 +27987,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28094,7 +28094,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28131,7 +28131,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28252,7 +28252,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28303,7 +28303,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28382,7 +28382,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28405,7 +28405,7 @@ public StorageConfigurationData Data { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28442,7 +28442,7 @@ public System.Xml.XmlAttribute[] AnyAttr { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28628,7 +28628,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28702,7 +28702,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28944,7 +28944,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -28975,7 +28975,7 @@ public partial class ResourceUnknownFaultType : BaseFaultType { [System.Xml.Serialization.XmlIncludeAttribute(typeof(TopicExpressionDialectUnknownFaultType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(InvalidFilterFaultType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(SubscribeCreationFailedFaultType))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29091,7 +29091,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29137,7 +29137,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29183,7 +29183,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29192,7 +29192,7 @@ public partial class ResourceUnavailableFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29201,7 +29201,7 @@ public partial class ResumeFailedFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29210,7 +29210,7 @@ public partial class PauseFailedFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29219,7 +29219,7 @@ public partial class UnableToDestroySubscriptionFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29270,7 +29270,7 @@ public bool MaximumTimeSpecified { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29279,7 +29279,7 @@ public partial class UnableToCreatePullPointFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29288,7 +29288,7 @@ public partial class UnableToDestroyPullPointFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29297,7 +29297,7 @@ public partial class UnableToGetMessagesFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29306,7 +29306,7 @@ public partial class NoCurrentMessageOnTopicFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29357,7 +29357,7 @@ public bool MaximumTimeSpecified { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29366,7 +29366,7 @@ public partial class NotifyMessageNotSupportedFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29389,7 +29389,7 @@ public System.Xml.XmlQualifiedName[] UnsupportedPolicy { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29412,7 +29412,7 @@ public System.Xml.XmlQualifiedName[] UnrecognizedPolicy { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29421,7 +29421,7 @@ public partial class InvalidMessageContentExpressionFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29430,7 +29430,7 @@ public partial class InvalidProducerPropertiesExpressionFaultType : BaseFaultTyp } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29439,7 +29439,7 @@ public partial class MultipleTopicsSpecifiedFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29448,7 +29448,7 @@ public partial class TopicNotSupportedFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29457,7 +29457,7 @@ public partial class InvalidTopicExpressionFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29466,7 +29466,7 @@ public partial class TopicExpressionDialectUnknownFaultType : BaseFaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -29489,7 +29489,7 @@ public System.Xml.XmlQualifiedName[] UnknownFilter { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -34992,7 +34992,7 @@ public interface NotificationConsumer { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -35158,7 +35158,7 @@ public interface NotificationProducer { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -35246,7 +35246,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -35278,7 +35278,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -35414,7 +35414,7 @@ public SubscribeResponse1(iSpyApplication.OnvifServices.SubscribeResponse Subscr } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -35460,7 +35460,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -35642,7 +35642,7 @@ public interface PullPoint { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -35702,7 +35702,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -35796,7 +35796,7 @@ public GetMessagesResponse1(iSpyApplication.OnvifServices.GetMessagesResponse Ge } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -35842,7 +35842,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -36039,7 +36039,7 @@ public interface CreatePullPointPortType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -36085,7 +36085,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -36261,7 +36261,7 @@ public interface SubscriptionManager { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -36307,7 +36307,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -36415,7 +36415,7 @@ public RenewResponse1(iSpyApplication.OnvifServices.RenewResponse RenewResponse) } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -36447,7 +36447,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -36656,7 +36656,7 @@ public interface PausableSubscriptionManager { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -36688,7 +36688,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -36754,7 +36754,7 @@ public PauseSubscriptionResponse1(iSpyApplication.OnvifServices.PauseSubscriptio } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -36786,7 +36786,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -41260,7 +41260,7 @@ public GetRelayOutputsResponse(iSpyApplication.OnvifServices.RelayOutput[] Relay } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum RelayLogicalState { @@ -42037,7 +42037,7 @@ public interface EventPortType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -42251,7 +42251,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -42344,7 +42344,7 @@ public CreatePullPointSubscriptionResponse(iSpyApplication.OnvifServices.Endpoin } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -42370,7 +42370,7 @@ public System.Xml.XmlElement[] Any { [System.Xml.Serialization.XmlIncludeAttribute(typeof(TopicSetType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(TopicType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(TopicNamespaceType))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -42416,7 +42416,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -42449,14 +42449,14 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://docs.oasis-open.org/wsn/t-1")] public partial class TopicType : ExtensibleDocumented { - private QueryExpressionType messagePatternField; + private QueryExpressionType1 messagePatternField; private TopicType[] topicField; @@ -42474,7 +42474,7 @@ public TopicType() { /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public QueryExpressionType MessagePattern { + public QueryExpressionType1 MessagePattern { get { return this.messagePatternField; } @@ -42547,12 +42547,12 @@ public bool final { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://docs.oasis-open.org/wsn/t-1")] - public partial class QueryExpressionType : object, System.ComponentModel.INotifyPropertyChanged { + [System.Xml.Serialization.XmlTypeAttribute(TypeName="QueryExpressionType", Namespace="http://docs.oasis-open.org/wsn/t-1")] + public partial class QueryExpressionType1 : object, System.ComponentModel.INotifyPropertyChanged { private System.Xml.XmlNode[] anyField; @@ -42594,7 +42594,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -42678,7 +42678,7 @@ public bool final { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -44116,7 +44116,7 @@ public interface Device { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -44218,7 +44218,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -44299,7 +44299,7 @@ public GetServicesResponse(iSpyApplication.OnvifServices.Service[] Service) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -44373,7 +44373,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -44657,7 +44657,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -45179,7 +45179,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -45603,7 +45603,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -45690,7 +45690,7 @@ public GetDeviceInformationResponse(string Manufacturer, string Model, string Fi } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum SetDateTimeType { @@ -45703,7 +45703,7 @@ public enum SetDateTimeType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -45735,7 +45735,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -45781,7 +45781,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -45841,7 +45841,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -45901,7 +45901,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46017,7 +46017,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46049,7 +46049,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum FactoryDefaultType { @@ -46062,7 +46062,7 @@ public enum FactoryDefaultType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46108,7 +46108,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46168,7 +46168,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46270,7 +46270,7 @@ public GetSystemBackupResponse(iSpyApplication.OnvifServices.BackupFile[] Backup } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum SystemLogType { @@ -46283,7 +46283,7 @@ public enum SystemLogType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46329,7 +46329,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46375,7 +46375,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46421,7 +46421,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum ScopeDefinition { @@ -46552,7 +46552,7 @@ public RemoveScopesResponse(string[] ScopeItem) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum DiscoveryMode { @@ -46565,7 +46565,7 @@ public enum DiscoveryMode { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46667,7 +46667,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum NetworkHostType { @@ -46683,7 +46683,7 @@ public enum NetworkHostType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46801,7 +46801,7 @@ public GetEndpointReferenceResponse(string GUID, System.Xml.XmlElement[] Any) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46889,7 +46889,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -46977,7 +46977,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum UserLevel { @@ -46999,7 +46999,7 @@ public enum UserLevel { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -47171,7 +47171,7 @@ public GetWsdlUrlResponse(string WsdlUrl) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum CapabilityCategory { @@ -47199,7 +47199,7 @@ public enum CapabilityCategory { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -47329,7 +47329,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -47417,7 +47417,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -47533,7 +47533,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -47691,7 +47691,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -47765,7 +47765,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -47797,7 +47797,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -47941,7 +47941,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48099,7 +48099,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48131,7 +48131,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48233,7 +48233,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48335,7 +48335,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48367,7 +48367,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48539,7 +48539,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48585,7 +48585,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48659,7 +48659,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48691,7 +48691,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48793,7 +48793,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48839,7 +48839,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -48927,7 +48927,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49057,7 +49057,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49089,7 +49089,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49149,7 +49149,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49209,7 +49209,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49269,7 +49269,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49413,7 +49413,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49543,7 +49543,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49617,7 +49617,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49747,7 +49747,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49821,7 +49821,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -49881,7 +49881,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50011,7 +50011,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50099,7 +50099,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50131,7 +50131,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50198,7 +50198,7 @@ public GetCapabilitiesResponse(iSpyApplication.OnvifServices.Capabilities12 Capa } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50272,7 +50272,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50332,7 +50332,7 @@ public SetHostnameResponse() { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50434,7 +50434,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50503,7 +50503,7 @@ public SetDNSResponse() { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50591,7 +50591,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50655,7 +50655,7 @@ public SetNTPResponse() { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50743,7 +50743,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum DynamicDNSType { @@ -50759,7 +50759,7 @@ public enum DynamicDNSType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -50856,7 +50856,7 @@ public GetNetworkInterfacesResponse(iSpyApplication.OnvifServices.NetworkInterfa } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51000,7 +51000,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51088,7 +51088,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51204,7 +51204,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51278,7 +51278,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51310,7 +51310,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51398,7 +51398,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum NetworkProtocolType { @@ -51414,7 +51414,7 @@ public enum NetworkProtocolType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51502,7 +51502,7 @@ public SetNetworkProtocolsResponse() { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51581,7 +51581,7 @@ public SetNetworkDefaultGatewayResponse() { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51669,7 +51669,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51729,7 +51729,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51761,7 +51761,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51849,7 +51849,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum IPAddressFilterType { @@ -51862,7 +51862,7 @@ public enum IPAddressFilterType { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51894,7 +51894,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -51940,7 +51940,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -52061,7 +52061,7 @@ public GetCertificatesResponse(iSpyApplication.OnvifServices.Certificate[] NvtCe } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -52346,7 +52346,7 @@ public GetCACertificatesResponse(iSpyApplication.OnvifServices.Certificate[] CAC } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -52462,7 +52462,7 @@ public LoadCertificateWithPrivateKeyResponse() { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -52662,7 +52662,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -52708,7 +52708,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -52782,7 +52782,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -52877,7 +52877,7 @@ public LoadCACertificatesResponse() { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -53007,7 +53007,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -53081,7 +53081,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -53141,7 +53141,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -53173,7 +53173,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -53261,7 +53261,7 @@ public DeleteDot1XConfigurationResponse() { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -53412,7 +53412,7 @@ public GetDot11CapabilitiesResponse(iSpyApplication.OnvifServices.Dot11Capabilit } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -53584,7 +53584,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum Dot11SignalStrength { @@ -53611,7 +53611,7 @@ public enum Dot11SignalStrength { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -53755,7 +53755,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.onvif.org/ver10/schema")] public enum Dot11AuthAndMangementSuite { @@ -53774,7 +53774,7 @@ public enum Dot11AuthAndMangementSuite { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -53841,7 +53841,7 @@ public ScanAvailableDot11NetworksResponse(iSpyApplication.OnvifServices.Dot11Ava } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -53915,7 +53915,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -54082,7 +54082,7 @@ public GetStorageConfigurationsResponse(iSpyApplication.OnvifServices.StorageCon } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -54254,7 +54254,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -54384,7 +54384,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] @@ -54514,7 +54514,7 @@ protected void RaisePropertyChanged(string propertyName) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] diff --git a/Web References/Reporting/Reference.cs b/Web References/Reporting/Reference.cs index 15c6861c..1a11ae96 100644 --- a/Web References/Reporting/Reference.cs +++ b/Web References/Reporting/Reference.cs @@ -23,7 +23,7 @@ namespace iSpyApplication.Reporting { /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1586.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="ReportingSoap", Namespace="http://tempuri.org/")] @@ -294,23 +294,23 @@ private bool IsLocalFileSystemWebService(string url) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1586.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void LogApplicationExceptionCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1586.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void LogUsageCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1586.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void AddCameraCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1586.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void AddCamera2CompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1586.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void SendFeedbackCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); } diff --git a/Web References/iSpyWS/Reference.cs b/Web References/iSpyWS/Reference.cs index b711b59d..377cd823 100644 --- a/Web References/iSpyWS/Reference.cs +++ b/Web References/iSpyWS/Reference.cs @@ -23,7 +23,7 @@ namespace iSpyApplication.iSpyWS { /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="iSpyAPISoap", Namespace="http://ispyconnect.com/")] @@ -951,11 +951,11 @@ private bool IsLocalFileSystemWebService(string url) { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void TestConnectionCompletedEventHandler(object sender, TestConnectionCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TestConnectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -977,11 +977,11 @@ public string[] Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void TestConnection2CompletedEventHandler(object sender, TestConnection2CompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TestConnection2CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1003,11 +1003,11 @@ public string[] Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void TestConnection3CompletedEventHandler(object sender, TestConnection3CompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TestConnection3CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1029,11 +1029,11 @@ public string[] Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void RemoteAddressCompletedEventHandler(object sender, RemoteAddressCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class RemoteAddressCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1055,11 +1055,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void ConnectCompletedEventHandler(object sender, ConnectCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ConnectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1081,11 +1081,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void Connect2CompletedEventHandler(object sender, Connect2CompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class Connect2CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1107,11 +1107,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void Connect3CompletedEventHandler(object sender, Connect3CompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class Connect3CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1133,11 +1133,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void Connect4CompletedEventHandler(object sender, Connect4CompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class Connect4CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1159,11 +1159,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void AuthoriseCompletedEventHandler(object sender, AuthoriseCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AuthoriseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1185,11 +1185,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void ListObjectsCompletedEventHandler(object sender, ListObjectsCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ListObjectsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1211,11 +1211,11 @@ public string[] Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void PingCompletedEventHandler(object sender, PingCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class PingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1237,11 +1237,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void PingAliveCompletedEventHandler(object sender, PingAliveCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class PingAliveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1263,11 +1263,11 @@ public string[] Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void DisconnectCompletedEventHandler(object sender, DisconnectCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DisconnectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1289,11 +1289,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void SyncCompletedEventHandler(object sender, SyncCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class SyncCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1315,11 +1315,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void SendContentCompletedEventHandler(object sender, SendContentCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class SendContentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1341,11 +1341,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void SendAlertCompletedEventHandler(object sender, SendAlertCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class SendAlertCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1367,11 +1367,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void SendAlertWithImageCompletedEventHandler(object sender, SendAlertWithImageCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class SendAlertWithImageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1393,11 +1393,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void SendSMSCompletedEventHandler(object sender, SendSMSCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class SendSMSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1419,11 +1419,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void SendTweetCompletedEventHandler(object sender, SendTweetCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class SendTweetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -1445,11 +1445,11 @@ public string Result { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] public delegate void ProductLatestVersionGetCompletedEventHandler(object sender, ProductLatestVersionGetCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.2556.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ProductLatestVersionGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { diff --git a/iSpy.csproj b/iSpy.csproj index 355bfece..c36528a3 100644 --- a/iSpy.csproj +++ b/iSpy.csproj @@ -1,5 +1,5 @@  - + Local 9.0.30729 @@ -35,7 +35,7 @@ false 3.5 app.manifest - v4.5 + v4.7.2 ..\ @@ -2965,6 +2965,12 @@ + + + {99f347cc-8526-4cc0-9e64-f2aaf2066782} + webrtc + + diff --git a/iSpy.sln b/iSpy.sln index fbb3f706..e3012c10 100644 --- a/iSpy.sln +++ b/iSpy.sln @@ -21,52 +21,80 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WixCA", "Wix\WixCA\WixCA.cs EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iSpyMonitor", "iSpyMonitor\iSpyMonitor.csproj", "{949FACB4-C156-4EFE-93B4-654CA8794DE5}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webrtc", "D:\Projects\pixiv\src\sdk\dotnet\webrtc\webrtc.csproj", "{99F347CC-8526-4CC0-9E64-F2AAF2066782}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F4799C73-DEE9-48F2-B626-32149CC30976}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F4799C73-DEE9-48F2-B626-32149CC30976}.Debug|Any CPU.Build.0 = Debug|Any CPU {F4799C73-DEE9-48F2-B626-32149CC30976}.Debug|x64.ActiveCfg = Debug|x64 {F4799C73-DEE9-48F2-B626-32149CC30976}.Debug|x64.Build.0 = Debug|x64 {F4799C73-DEE9-48F2-B626-32149CC30976}.Debug|x86.ActiveCfg = Debug|x86 {F4799C73-DEE9-48F2-B626-32149CC30976}.Debug|x86.Build.0 = Debug|x86 + {F4799C73-DEE9-48F2-B626-32149CC30976}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F4799C73-DEE9-48F2-B626-32149CC30976}.Release|Any CPU.Build.0 = Release|Any CPU {F4799C73-DEE9-48F2-B626-32149CC30976}.Release|x64.ActiveCfg = Release|x64 {F4799C73-DEE9-48F2-B626-32149CC30976}.Release|x64.Build.0 = Release|x64 {F4799C73-DEE9-48F2-B626-32149CC30976}.Release|x86.ActiveCfg = Release|x86 {F4799C73-DEE9-48F2-B626-32149CC30976}.Release|x86.Build.0 = Release|x86 + {5783B777-EF53-4651-AD1B-F4F3C105D3F9}.Debug|Any CPU.ActiveCfg = Debug|x86 {5783B777-EF53-4651-AD1B-F4F3C105D3F9}.Debug|x64.ActiveCfg = Debug|x64 {5783B777-EF53-4651-AD1B-F4F3C105D3F9}.Debug|x64.Build.0 = Debug|x64 {5783B777-EF53-4651-AD1B-F4F3C105D3F9}.Debug|x86.ActiveCfg = Debug|x86 {5783B777-EF53-4651-AD1B-F4F3C105D3F9}.Debug|x86.Build.0 = Debug|x86 + {5783B777-EF53-4651-AD1B-F4F3C105D3F9}.Release|Any CPU.ActiveCfg = Release|x86 {5783B777-EF53-4651-AD1B-F4F3C105D3F9}.Release|x64.ActiveCfg = Release|x64 {5783B777-EF53-4651-AD1B-F4F3C105D3F9}.Release|x64.Build.0 = Release|x64 {5783B777-EF53-4651-AD1B-F4F3C105D3F9}.Release|x86.ActiveCfg = Release|x86 {5783B777-EF53-4651-AD1B-F4F3C105D3F9}.Release|x86.Build.0 = Release|x86 + {833F6888-A557-48A9-83A8-FA6D0BF691A3}.Debug|Any CPU.ActiveCfg = Debug|x86 {833F6888-A557-48A9-83A8-FA6D0BF691A3}.Debug|x64.ActiveCfg = Debug|x64 {833F6888-A557-48A9-83A8-FA6D0BF691A3}.Debug|x64.Build.0 = Debug|x64 {833F6888-A557-48A9-83A8-FA6D0BF691A3}.Debug|x86.ActiveCfg = Debug|x86 {833F6888-A557-48A9-83A8-FA6D0BF691A3}.Debug|x86.Build.0 = Debug|x86 + {833F6888-A557-48A9-83A8-FA6D0BF691A3}.Release|Any CPU.ActiveCfg = Release|x86 {833F6888-A557-48A9-83A8-FA6D0BF691A3}.Release|x64.ActiveCfg = Release|x64 {833F6888-A557-48A9-83A8-FA6D0BF691A3}.Release|x64.Build.0 = Release|x64 {833F6888-A557-48A9-83A8-FA6D0BF691A3}.Release|x86.ActiveCfg = Release|x86 {833F6888-A557-48A9-83A8-FA6D0BF691A3}.Release|x86.Build.0 = Release|x86 + {27624167-C034-4349-B30F-CD18934D8737}.Debug|Any CPU.ActiveCfg = Debug|x86 {27624167-C034-4349-B30F-CD18934D8737}.Debug|x64.ActiveCfg = Debug|x86 {27624167-C034-4349-B30F-CD18934D8737}.Debug|x64.Build.0 = Debug|x86 {27624167-C034-4349-B30F-CD18934D8737}.Debug|x86.ActiveCfg = Debug|x86 {27624167-C034-4349-B30F-CD18934D8737}.Debug|x86.Build.0 = Debug|x86 + {27624167-C034-4349-B30F-CD18934D8737}.Release|Any CPU.ActiveCfg = Release|x86 {27624167-C034-4349-B30F-CD18934D8737}.Release|x64.ActiveCfg = Release|x86 {27624167-C034-4349-B30F-CD18934D8737}.Release|x64.Build.0 = Release|x86 {27624167-C034-4349-B30F-CD18934D8737}.Release|x86.ActiveCfg = Release|x86 {27624167-C034-4349-B30F-CD18934D8737}.Release|x86.Build.0 = Release|x86 + {949FACB4-C156-4EFE-93B4-654CA8794DE5}.Debug|Any CPU.ActiveCfg = Debug|x86 {949FACB4-C156-4EFE-93B4-654CA8794DE5}.Debug|x64.ActiveCfg = Debug|x86 {949FACB4-C156-4EFE-93B4-654CA8794DE5}.Debug|x86.ActiveCfg = Debug|x86 {949FACB4-C156-4EFE-93B4-654CA8794DE5}.Debug|x86.Build.0 = Debug|x86 + {949FACB4-C156-4EFE-93B4-654CA8794DE5}.Release|Any CPU.ActiveCfg = Release|x86 {949FACB4-C156-4EFE-93B4-654CA8794DE5}.Release|x64.ActiveCfg = Release|x86 {949FACB4-C156-4EFE-93B4-654CA8794DE5}.Release|x86.ActiveCfg = Release|x86 {949FACB4-C156-4EFE-93B4-654CA8794DE5}.Release|x86.Build.0 = Release|x86 + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Debug|Any CPU.Build.0 = Debug|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Debug|x64.ActiveCfg = Debug|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Debug|x64.Build.0 = Debug|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Debug|x86.ActiveCfg = Debug|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Debug|x86.Build.0 = Debug|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Release|Any CPU.ActiveCfg = Release|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Release|Any CPU.Build.0 = Release|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Release|x64.ActiveCfg = Release|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Release|x64.Build.0 = Release|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Release|x86.ActiveCfg = Release|Any CPU + {99F347CC-8526-4CC0-9E64-F2AAF2066782}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/packages.config b/packages.config index 3d4b4287..90817cea 100644 --- a/packages.config +++ b/packages.config @@ -1,14 +1,14 @@  - + - + @@ -16,11 +16,11 @@ - + - - + +