├── packages ├── System.Net.WebSockets.4.0.0 │ ├── lib │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Net.WebSockets.dll │ │ └── netstandard1.3 │ │ │ └── System.Net.WebSockets.dll │ ├── ref │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Net.WebSockets.dll │ │ └── netstandard1.3 │ │ │ └── System.Net.WebSockets.dll │ ├── System.Net.WebSockets.4.0.0.nupkg │ └── ThirdPartyNotices.txt ├── System.Net.WebSockets.Client.4.0.2 │ ├── lib │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ └── net46 │ │ │ └── System.Net.WebSockets.Client.dll │ ├── ref │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Net.WebSockets.Client.dll │ │ └── netstandard1.3 │ │ │ └── System.Net.WebSockets.Client.dll │ ├── System.Net.WebSockets.Client.4.0.2.nupkg │ ├── runtimes │ │ ├── win │ │ │ └── lib │ │ │ │ ├── net46 │ │ │ │ └── System.Net.WebSockets.Client.dll │ │ │ │ ├── netcore50 │ │ │ │ └── System.Net.WebSockets.Client.dll │ │ │ │ └── netstandard1.3 │ │ │ │ └── System.Net.WebSockets.Client.dll │ │ └── unix │ │ │ └── lib │ │ │ └── netstandard1.3 │ │ │ └── System.Net.WebSockets.Client.dll │ └── ThirdPartyNotices.txt ├── System.Runtime.Serialization.Primitives.4.1.1 │ ├── lib │ │ ├── net45 │ │ │ └── _._ │ │ ├── win8 │ │ │ └── _._ │ │ ├── wp80 │ │ │ └── _._ │ │ ├── wpa81 │ │ │ └── _._ │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── portable-net45+win8+wp8+wpa81 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Runtime.Serialization.Primitives.dll │ │ ├── netcore50 │ │ │ └── System.Runtime.Serialization.Primitives.dll │ │ └── netstandard1.3 │ │ │ └── System.Runtime.Serialization.Primitives.dll │ ├── ref │ │ ├── net45 │ │ │ └── _._ │ │ ├── win8 │ │ │ └── _._ │ │ ├── wp80 │ │ │ └── _._ │ │ ├── wpa81 │ │ │ └── _._ │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── portable-net45+win8+wp8+wpa81 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Runtime.Serialization.Primitives.dll │ │ ├── netcore50 │ │ │ └── System.Runtime.Serialization.Primitives.dll │ │ ├── netstandard1.0 │ │ │ └── System.Runtime.Serialization.Primitives.dll │ │ └── netstandard1.3 │ │ │ └── System.Runtime.Serialization.Primitives.dll │ ├── System.Runtime.Serialization.Primitives.4.1.1.nupkg │ ├── runtimes │ │ └── aot │ │ │ └── lib │ │ │ └── netcore50 │ │ │ └── System.Runtime.Serialization.Primitives.dll │ └── ThirdPartyNotices.txt ├── System.Diagnostics.DiagnosticSource.4.4.1 │ ├── lib │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── net45 │ │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ │ └── System.Diagnostics.DiagnosticSource.xml │ │ ├── net46 │ │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ │ └── System.Diagnostics.DiagnosticSource.xml │ │ ├── netstandard1.1 │ │ │ └── System.Diagnostics.DiagnosticSource.dll │ │ ├── netstandard1.3 │ │ │ └── System.Diagnostics.DiagnosticSource.dll │ │ └── portable-net45+win8+wpa81 │ │ │ └── System.Diagnostics.DiagnosticSource.dll │ ├── ref │ │ └── netcoreapp2.0 │ │ │ └── _._ │ ├── useSharedDesignerContext.txt │ ├── version.txt │ ├── System.Diagnostics.DiagnosticSource.4.4.1.nupkg │ └── LICENSE.TXT ├── System.Security.Cryptography.Encoding.4.0.0 │ ├── lib │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ └── net46 │ │ │ └── System.Security.Cryptography.Encoding.dll │ ├── ref │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Security.Cryptography.Encoding.dll │ │ └── netstandard1.3 │ │ │ └── System.Security.Cryptography.Encoding.dll │ ├── System.Security.Cryptography.Encoding.4.0.0.nupkg │ ├── runtimes │ │ ├── win │ │ │ └── lib │ │ │ │ ├── net46 │ │ │ │ └── System.Security.Cryptography.Encoding.dll │ │ │ │ └── netstandard1.3 │ │ │ │ └── System.Security.Cryptography.Encoding.dll │ │ └── unix │ │ │ └── lib │ │ │ └── netstandard1.3 │ │ │ └── System.Security.Cryptography.Encoding.dll │ └── ThirdPartyNotices.txt ├── System.Security.Cryptography.Algorithms.4.2.0 │ ├── lib │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ ├── net461 │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ └── net463 │ │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── ref │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ ├── net461 │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ ├── net463 │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ ├── netstandard1.3 │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ ├── netstandard1.4 │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ └── netstandard1.6 │ │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── System.Security.Cryptography.Algorithms.4.2.0.nupkg │ ├── runtimes │ │ ├── win │ │ │ └── lib │ │ │ │ ├── net46 │ │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ │ │ ├── net461 │ │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ │ │ ├── net463 │ │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ │ │ ├── netcore50 │ │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ │ │ └── netstandard1.6 │ │ │ │ └── System.Security.Cryptography.Algorithms.dll │ │ └── unix │ │ │ └── lib │ │ │ └── netstandard1.6 │ │ │ └── System.Security.Cryptography.Algorithms.dll │ └── ThirdPartyNotices.txt ├── System.Security.Cryptography.Primitives.4.0.0 │ ├── lib │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Security.Cryptography.Primitives.dll │ │ └── netstandard1.3 │ │ │ └── System.Security.Cryptography.Primitives.dll │ ├── ref │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Security.Cryptography.Primitives.dll │ │ └── netstandard1.3 │ │ │ └── System.Security.Cryptography.Primitives.dll │ ├── System.Security.Cryptography.Primitives.4.0.0.nupkg │ └── ThirdPartyNotices.txt ├── System.Security.Cryptography.X509Certificates.4.1.0 │ ├── lib │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ │ └── net461 │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ ├── ref │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ │ ├── net461 │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ │ ├── netstandard1.3 │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ │ └── netstandard1.4 │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ ├── System.Security.Cryptography.X509Certificates.4.1.0.nupkg │ ├── runtimes │ │ ├── win │ │ │ └── lib │ │ │ │ ├── net46 │ │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ │ │ │ ├── net461 │ │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ │ │ │ ├── netcore50 │ │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ │ │ │ └── netstandard1.6 │ │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ │ └── unix │ │ │ └── lib │ │ │ └── netstandard1.6 │ │ │ └── System.Security.Cryptography.X509Certificates.dll │ └── ThirdPartyNotices.txt ├── Microsoft.Azure.Services.AppAuthentication.1.0.1 │ ├── lib │ │ ├── net452 │ │ │ ├── Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json │ │ │ └── Microsoft.Azure.Services.AppAuthentication.dll │ │ └── netstandard1.4 │ │ │ ├── Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json │ │ │ └── Microsoft.Azure.Services.AppAuthentication.dll │ ├── Microsoft.Azure.Services.AppAuthentication.1.0.1.nupkg │ └── build │ │ └── Microsoft.Azure.Services.AppAuthentication.targets ├── Microsoft.Azure.Amqp.2.3.5 │ ├── .signature.p7s │ ├── Microsoft.Azure.Amqp.2.3.5.nupkg │ └── lib │ │ ├── net45 │ │ └── Microsoft.Azure.Amqp.dll │ │ ├── uap10.0 │ │ ├── Microsoft.Azure.Amqp.dll │ │ └── Microsoft.Azure.Amqp.pri │ │ ├── monoandroid │ │ └── Microsoft.Azure.Amqp.dll │ │ ├── netstandard1.3 │ │ └── Microsoft.Azure.Amqp.dll │ │ └── portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10 │ │ └── Microsoft.Azure.Amqp.dll ├── Microsoft.Azure.ServiceBus.3.1.1 │ ├── .signature.p7s │ ├── Microsoft.Azure.ServiceBus.3.1.1.nupkg │ └── lib │ │ └── netstandard2.0 │ │ ├── Microsoft.Azure.ServiceBus.dll │ │ └── Microsoft.Azure.ServiceBus.pdb ├── Newtonsoft.Json.10.0.1 │ ├── Newtonsoft.Json.10.0.1.nupkg │ ├── lib │ │ ├── net20 │ │ │ └── Newtonsoft.Json.dll │ │ ├── net35 │ │ │ └── Newtonsoft.Json.dll │ │ ├── net40 │ │ │ └── Newtonsoft.Json.dll │ │ ├── net45 │ │ │ └── Newtonsoft.Json.dll │ │ ├── netstandard1.0 │ │ │ └── Newtonsoft.Json.dll │ │ ├── netstandard1.3 │ │ │ └── Newtonsoft.Json.dll │ │ └── portable-net45+win8+wpa81+wp8 │ │ │ └── Newtonsoft.Json.dll │ └── tools │ │ └── install.ps1 ├── Microsoft.IdentityModel.Tokens.5.2.2 │ ├── Microsoft.IdentityModel.Tokens.5.2.2.nupkg │ └── lib │ │ ├── net45 │ │ ├── Microsoft.IdentityModel.Tokens.dll │ │ └── Microsoft.IdentityModel.Tokens.pdb │ │ ├── net451 │ │ ├── Microsoft.IdentityModel.Tokens.dll │ │ └── Microsoft.IdentityModel.Tokens.pdb │ │ └── netstandard1.4 │ │ ├── Microsoft.IdentityModel.Tokens.dll │ │ └── Microsoft.IdentityModel.Tokens.pdb ├── Microsoft.IdentityModel.Logging.5.2.2 │ ├── Microsoft.IdentityModel.Logging.5.2.2.nupkg │ └── lib │ │ ├── net45 │ │ ├── Microsoft.IdentityModel.Logging.dll │ │ └── Microsoft.IdentityModel.Logging.pdb │ │ ├── net451 │ │ ├── Microsoft.IdentityModel.Logging.dll │ │ └── Microsoft.IdentityModel.Logging.pdb │ │ └── netstandard1.4 │ │ ├── Microsoft.IdentityModel.Logging.dll │ │ └── Microsoft.IdentityModel.Logging.pdb ├── System.IdentityModel.Tokens.Jwt.5.2.2 │ ├── System.IdentityModel.Tokens.Jwt.5.2.2.nupkg │ └── lib │ │ ├── net45 │ │ ├── System.IdentityModel.Tokens.Jwt.dll │ │ └── System.IdentityModel.Tokens.Jwt.pdb │ │ ├── net451 │ │ ├── System.IdentityModel.Tokens.Jwt.dll │ │ └── System.IdentityModel.Tokens.Jwt.pdb │ │ └── netstandard1.4 │ │ ├── System.IdentityModel.Tokens.Jwt.dll │ │ └── System.IdentityModel.Tokens.Jwt.pdb └── Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2.nupkg │ └── lib │ ├── net45 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ ├── netcore45 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── MonoAndroid7 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── Xamarin.iOS10 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── netstandard1.1 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── netstandard1.3 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ └── portable-net45+win │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll ├── AzureServiceBus-Topic ├── obj │ └── Debug │ │ ├── AzureServiceBus-Topic.csproj.CopyComplete │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── AzureServiceBus-Topic.csproj.CoreCompileInputs.cache │ │ ├── AzureServiceBus-Topic.exe │ │ ├── AzureServiceBus-Topic.pdb │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── AzureServiceBus-Topic.csprojResolveAssemblyReference.cache ├── bin │ └── Debug │ │ ├── System.IO.dll │ │ ├── System.Linq.dll │ │ ├── netstandard.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── System.Console.dll │ │ ├── System.IO.Pipes.dll │ │ ├── System.Net.Http.dll │ │ ├── System.Net.Ping.dll │ │ ├── System.Runtime.dll │ │ ├── System.AppContext.dll │ │ ├── System.Reflection.dll │ │ ├── System.Threading.dll │ │ ├── System.ValueTuple.dll │ │ ├── System.Xml.XPath.dll │ │ ├── Microsoft.Azure.Amqp.dll │ │ ├── System.Collections.dll │ │ ├── System.Data.Common.dll │ │ ├── System.Globalization.dll │ │ ├── System.IO.FileSystem.dll │ │ ├── System.Linq.Parallel.dll │ │ ├── System.Net.Requests.dll │ │ ├── System.Net.Security.dll │ │ ├── System.Net.Sockets.dll │ │ ├── System.ObjectModel.dll │ │ ├── System.Text.Encoding.dll │ │ ├── System.Xml.XDocument.dll │ │ ├── AzureServiceBus-Topic.exe │ │ ├── AzureServiceBus-Topic.pdb │ │ ├── System.ComponentModel.dll │ │ ├── System.Dynamic.Runtime.dll │ │ ├── System.IO.Compression.dll │ │ ├── System.Linq.Queryable.dll │ │ ├── System.Net.Primitives.dll │ │ ├── System.Net.WebSockets.dll │ │ ├── System.Runtime.Handles.dll │ │ ├── System.Security.Claims.dll │ │ ├── System.Threading.Tasks.dll │ │ ├── System.Threading.Timer.dll │ │ ├── System.Xml.XmlDocument.dll │ │ ├── System.Diagnostics.Debug.dll │ │ ├── System.Diagnostics.Tools.dll │ │ ├── System.Drawing.Primitives.dll │ │ ├── System.IO.IsolatedStorage.dll │ │ ├── System.Linq.Expressions.dll │ │ ├── System.Net.NameResolution.dll │ │ ├── System.Resources.Reader.dll │ │ ├── System.Resources.Writer.dll │ │ ├── System.Runtime.Extensions.dll │ │ ├── System.Runtime.Numerics.dll │ │ ├── System.Security.Principal.dll │ │ ├── System.Threading.Thread.dll │ │ ├── System.Xml.ReaderWriter.dll │ │ ├── System.Xml.XmlSerializer.dll │ │ ├── Microsoft.Azure.ServiceBus.dll │ │ ├── Microsoft.Azure.ServiceBus.pdb │ │ ├── Microsoft.Win32.Primitives.dll │ │ ├── System.Diagnostics.Process.dll │ │ ├── System.Diagnostics.Tracing.dll │ │ ├── System.IO.MemoryMappedFiles.dll │ │ ├── System.Threading.Overlapped.dll │ │ ├── System.Threading.ThreadPool.dll │ │ ├── System.Xml.XPath.XDocument.dll │ │ ├── Microsoft.IdentityModel.Tokens.dll │ │ ├── Microsoft.IdentityModel.Tokens.pdb │ │ ├── System.Collections.Concurrent.dll │ │ ├── System.Collections.NonGeneric.dll │ │ ├── System.Collections.Specialized.dll │ │ ├── System.Diagnostics.Contracts.dll │ │ ├── System.Diagnostics.StackTrace.dll │ │ ├── System.Diagnostics.TraceSource.dll │ │ ├── System.Globalization.Calendars.dll │ │ ├── System.IO.Compression.ZipFile.dll │ │ ├── System.IO.FileSystem.DriveInfo.dll │ │ ├── System.IO.FileSystem.Watcher.dll │ │ ├── System.Net.NetworkInformation.dll │ │ ├── System.Net.WebHeaderCollection.dll │ │ ├── System.Net.WebSockets.Client.dll │ │ ├── System.Reflection.Extensions.dll │ │ ├── System.Reflection.Primitives.dll │ │ ├── System.Runtime.InteropServices.dll │ │ ├── System.Security.SecureString.dll │ │ ├── System.Text.RegularExpressions.dll │ │ ├── Microsoft.IdentityModel.Logging.dll │ │ ├── Microsoft.IdentityModel.Logging.pdb │ │ ├── System.ComponentModel.Primitives.dll │ │ ├── System.Globalization.Extensions.dll │ │ ├── System.IO.FileSystem.Primitives.dll │ │ ├── System.IO.UnmanagedMemoryStream.dll │ │ ├── System.IdentityModel.Tokens.Jwt.dll │ │ ├── System.IdentityModel.Tokens.Jwt.pdb │ │ ├── System.Resources.ResourceManager.dll │ │ ├── System.Runtime.Serialization.Xml.dll │ │ ├── System.Security.Cryptography.Csp.dll │ │ ├── System.Text.Encoding.Extensions.dll │ │ ├── System.Threading.Tasks.Parallel.dll │ │ ├── System.ComponentModel.TypeConverter.dll │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ ├── System.Diagnostics.FileVersionInfo.dll │ │ ├── System.Runtime.Serialization.Json.dll │ │ ├── System.ComponentModel.EventBasedAsync.dll │ │ ├── System.Security.Cryptography.Encoding.dll │ │ ├── System.Runtime.CompilerServices.VisualC.dll │ │ ├── System.Runtime.Serialization.Formatters.dll │ │ ├── System.Runtime.Serialization.Primitives.dll │ │ ├── System.Security.Cryptography.Algorithms.dll │ │ ├── System.Security.Cryptography.Primitives.dll │ │ ├── Microsoft.Azure.Services.AppAuthentication.dll │ │ ├── System.Diagnostics.TextWriterTraceListener.dll │ │ ├── System.Security.Cryptography.X509Certificates.dll │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ │ └── System.Diagnostics.DiagnosticSource.xml ├── App.config ├── Properties │ └── AssemblyInfo.cs ├── packages.config └── Program.cs ├── AzureServiceBus-TopicClient ├── obj │ └── Debug │ │ ├── AzureServiceBus-TopicClient.csproj.CopyComplete │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── AzureServiceBus-TopicClient.csproj.CoreCompileInputs.cache │ │ ├── AzureServiceBus-TopicClient.exe │ │ ├── AzureServiceBus-TopicClient.pdb │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── AzureServiceBus-TopicClient.csprojResolveAssemblyReference.cache ├── bin │ └── Debug │ │ ├── System.IO.dll │ │ ├── System.Linq.dll │ │ ├── netstandard.dll │ │ ├── System.Console.dll │ │ ├── System.Runtime.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── System.IO.Pipes.dll │ │ ├── System.Net.Http.dll │ │ ├── System.Net.Ping.dll │ │ ├── System.Threading.dll │ │ ├── System.Xml.XPath.dll │ │ ├── System.AppContext.dll │ │ ├── System.Collections.dll │ │ ├── System.Data.Common.dll │ │ ├── System.Net.Requests.dll │ │ ├── System.Net.Security.dll │ │ ├── System.Net.Sockets.dll │ │ ├── System.ObjectModel.dll │ │ ├── System.Reflection.dll │ │ ├── System.ValueTuple.dll │ │ ├── Microsoft.Azure.Amqp.dll │ │ ├── System.ComponentModel.dll │ │ ├── System.Globalization.dll │ │ ├── System.IO.Compression.dll │ │ ├── System.IO.FileSystem.dll │ │ ├── System.Linq.Parallel.dll │ │ ├── System.Linq.Queryable.dll │ │ ├── System.Net.Primitives.dll │ │ ├── System.Net.WebSockets.dll │ │ ├── System.Text.Encoding.dll │ │ ├── System.Xml.XDocument.dll │ │ ├── System.Diagnostics.Debug.dll │ │ ├── System.Diagnostics.Tools.dll │ │ ├── System.Dynamic.Runtime.dll │ │ ├── System.Linq.Expressions.dll │ │ ├── System.Resources.Reader.dll │ │ ├── System.Resources.Writer.dll │ │ ├── System.Runtime.Handles.dll │ │ ├── System.Runtime.Numerics.dll │ │ ├── System.Security.Claims.dll │ │ ├── System.Threading.Tasks.dll │ │ ├── System.Threading.Thread.dll │ │ ├── System.Threading.Timer.dll │ │ ├── System.Xml.ReaderWriter.dll │ │ ├── System.Xml.XmlDocument.dll │ │ ├── System.Xml.XmlSerializer.dll │ │ ├── Microsoft.Azure.ServiceBus.dll │ │ ├── Microsoft.Azure.ServiceBus.pdb │ │ ├── Microsoft.Win32.Primitives.dll │ │ ├── System.Diagnostics.Process.dll │ │ ├── System.Diagnostics.Tracing.dll │ │ ├── System.Drawing.Primitives.dll │ │ ├── System.IO.IsolatedStorage.dll │ │ ├── System.Net.NameResolution.dll │ │ ├── System.Runtime.Extensions.dll │ │ ├── System.Security.Principal.dll │ │ ├── System.Xml.XPath.XDocument.dll │ │ ├── AzureServiceBus-TopicClient.exe │ │ ├── AzureServiceBus-TopicClient.pdb │ │ ├── System.Collections.Concurrent.dll │ │ ├── System.Collections.NonGeneric.dll │ │ ├── System.Diagnostics.Contracts.dll │ │ ├── System.Diagnostics.StackTrace.dll │ │ ├── System.IO.Compression.ZipFile.dll │ │ ├── System.IO.FileSystem.Watcher.dll │ │ ├── System.IO.MemoryMappedFiles.dll │ │ ├── System.Net.NetworkInformation.dll │ │ ├── System.Net.WebSockets.Client.dll │ │ ├── System.Reflection.Extensions.dll │ │ ├── System.Reflection.Primitives.dll │ │ ├── System.Security.SecureString.dll │ │ ├── System.Threading.Overlapped.dll │ │ ├── System.Threading.ThreadPool.dll │ │ ├── Microsoft.IdentityModel.Logging.dll │ │ ├── Microsoft.IdentityModel.Logging.pdb │ │ ├── Microsoft.IdentityModel.Tokens.dll │ │ ├── Microsoft.IdentityModel.Tokens.pdb │ │ ├── System.Collections.Specialized.dll │ │ ├── System.Diagnostics.TraceSource.dll │ │ ├── System.Globalization.Calendars.dll │ │ ├── System.Globalization.Extensions.dll │ │ ├── System.IO.FileSystem.DriveInfo.dll │ │ ├── System.IO.FileSystem.Primitives.dll │ │ ├── System.IO.UnmanagedMemoryStream.dll │ │ ├── System.IdentityModel.Tokens.Jwt.dll │ │ ├── System.IdentityModel.Tokens.Jwt.pdb │ │ ├── System.Net.WebHeaderCollection.dll │ │ ├── System.Runtime.InteropServices.dll │ │ ├── System.Text.Encoding.Extensions.dll │ │ ├── System.Text.RegularExpressions.dll │ │ ├── System.Threading.Tasks.Parallel.dll │ │ ├── System.ComponentModel.Primitives.dll │ │ ├── System.Diagnostics.FileVersionInfo.dll │ │ ├── System.Resources.ResourceManager.dll │ │ ├── System.Runtime.Serialization.Json.dll │ │ ├── System.Runtime.Serialization.Xml.dll │ │ ├── System.Security.Cryptography.Csp.dll │ │ ├── System.ComponentModel.TypeConverter.dll │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ ├── System.ComponentModel.EventBasedAsync.dll │ │ ├── System.Runtime.CompilerServices.VisualC.dll │ │ ├── System.Runtime.Serialization.Formatters.dll │ │ ├── System.Runtime.Serialization.Primitives.dll │ │ ├── System.Security.Cryptography.Algorithms.dll │ │ ├── System.Security.Cryptography.Encoding.dll │ │ ├── System.Security.Cryptography.Primitives.dll │ │ ├── Microsoft.Azure.Services.AppAuthentication.dll │ │ ├── System.Diagnostics.TextWriterTraceListener.dll │ │ ├── System.Security.Cryptography.X509Certificates.dll │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ │ └── System.Diagnostics.DiagnosticSource.xml ├── App.config ├── Properties │ └── AssemblyInfo.cs ├── packages.config └── Program.cs ├── .vs └── AzureServiceBus-Topic │ └── v15 │ ├── .suo │ └── sqlite3 │ └── storage.ide └── AzureServiceBus-Topic.sln /packages/System.Net.WebSockets.4.0.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/wp80/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/wp80/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/ref/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/portable-net45+win8+wp8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/portable-net45+win8+wp8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/version.txt: -------------------------------------------------------------------------------- 1 | 8321c729934c0f8be754953439b88e6e1c120c24 2 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | e4a559293a6ef8e57fbcba745bf2847fff1e14b8 2 | -------------------------------------------------------------------------------- /.vs/AzureServiceBus-Topic/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/.vs/AzureServiceBus-Topic/v15/.suo -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 7aef8563f5dcc3ee3fb1569278b76a8e740eeee3 2 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Linq.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/netstandard.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeOptions": {} 3 | } -------------------------------------------------------------------------------- /.vs/AzureServiceBus-Topic/v15/sqlite3/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/.vs/AzureServiceBus-Topic/v15/sqlite3/storage.ide -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Console.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.Pipes.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Http.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Ping.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/.signature.p7s -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeOptions": {} 3 | } -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.AppContext.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Reflection.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ValueTuple.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.XPath.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Linq.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/netstandard.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Collections.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Data.Common.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Globalization.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Requests.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Security.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Sockets.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ObjectModel.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Text.Encoding.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Console.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.ServiceBus.3.1.1/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.ServiceBus.3.1.1/.signature.p7s -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/AzureServiceBus-Topic.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/AzureServiceBus-Topic.exe -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/AzureServiceBus-Topic.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/AzureServiceBus-Topic.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ComponentModel.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.Compression.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Claims.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.Timer.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.exe -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.Pipes.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Http.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Ping.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.XPath.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Resources.Reader.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Resources.Writer.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Principal.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.Thread.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.AppContext.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Collections.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Data.Common.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Requests.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Security.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Sockets.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ObjectModel.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Reflection.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ValueTuple.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/Newtonsoft.Json.10.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/Newtonsoft.Json.10.0.1.nupkg -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net20/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net20/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net35/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net35/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net40/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net40/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net45/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net45/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.ServiceBus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.ServiceBus.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.ServiceBus.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.ServiceBus.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Globalization.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.Compression.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Text.Encoding.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Tokens.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Tokens.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.SecureString.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Resources.Reader.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Resources.Writer.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Claims.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.Thread.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.Timer.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Logging.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IdentityModel.Tokens.Jwt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IdentityModel.Tokens.Jwt.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.ServiceBus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.ServiceBus.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.ServiceBus.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.ServiceBus.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Principal.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/Microsoft.Azure.Amqp.2.3.5.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/Microsoft.Azure.Amqp.2.3.5.nupkg -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/AzureServiceBus-TopicClient.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/AzureServiceBus-TopicClient.exe -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/AzureServiceBus-TopicClient.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/AzureServiceBus-TopicClient.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.SecureString.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.exe -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.pdb -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/net45/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/net45/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/netstandard1.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/netstandard1.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/netstandard1.3/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/netstandard1.3/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/System.Net.WebSockets.4.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/System.Net.WebSockets.4.0.0.nupkg -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Logging.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Tokens.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Tokens.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IdentityModel.Tokens.Jwt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IdentityModel.Tokens.Jwt.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/uap10.0/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/uap10.0/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/uap10.0/Microsoft.Azure.Amqp.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/uap10.0/Microsoft.Azure.Amqp.pri -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/net46/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/lib/net46/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/net46/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/net46/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/monoandroid/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/monoandroid/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.Services.AppAuthentication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.Services.AppAuthentication.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/netstandard1.3/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/netstandard1.3/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.ServiceBus.3.1.1/Microsoft.Azure.ServiceBus.3.1.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.ServiceBus.3.1.1/Microsoft.Azure.ServiceBus.3.1.1.nupkg -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/netstandard1.3/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/lib/netstandard1.3/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.Services.AppAuthentication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.Services.AppAuthentication.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/System.Net.WebSockets.Client.4.0.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/System.Net.WebSockets.Client.4.0.2.nupkg -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/net46/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/lib/net46/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/net46/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/net46/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/Microsoft.IdentityModel.Tokens.5.2.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/Microsoft.IdentityModel.Tokens.5.2.2.nupkg -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.ServiceBus.3.1.1/lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.ServiceBus.3.1.1/lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.ServiceBus.3.1.1/lib/netstandard2.0/Microsoft.Azure.ServiceBus.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.ServiceBus.3.1.1/lib/netstandard2.0/Microsoft.Azure.ServiceBus.pdb -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/Microsoft.IdentityModel.Logging.5.2.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/Microsoft.IdentityModel.Logging.5.2.2.nupkg -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net45/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net45/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net45/Microsoft.IdentityModel.Tokens.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net45/Microsoft.IdentityModel.Tokens.pdb -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net451/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net451/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net451/Microsoft.IdentityModel.Tokens.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net451/Microsoft.IdentityModel.Tokens.pdb -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/System.IdentityModel.Tokens.Jwt.5.2.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/System.IdentityModel.Tokens.Jwt.5.2.2.nupkg -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net45/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net45/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net45/Microsoft.IdentityModel.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net45/Microsoft.IdentityModel.Logging.pdb -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net451/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net451/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net451/Microsoft.IdentityModel.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net451/Microsoft.IdentityModel.Logging.pdb -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net45/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net45/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net45/System.IdentityModel.Tokens.Jwt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net45/System.IdentityModel.Tokens.Jwt.pdb -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net451/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net451/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net451/System.IdentityModel.Tokens.Jwt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net451/System.IdentityModel.Tokens.Jwt.pdb -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/System.Diagnostics.DiagnosticSource.4.4.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/System.Diagnostics.DiagnosticSource.4.4.1.nupkg -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Logging.pdb -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.pdb -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net45/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net45/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net46/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net46/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.pdb -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/net46/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/net46/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/System.Security.Cryptography.Encoding.4.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/System.Security.Cryptography.Encoding.4.0.0.nupkg -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/System.Runtime.Serialization.Primitives.4.1.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/System.Runtime.Serialization.Primitives.4.1.1.nupkg -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/System.Security.Cryptography.Algorithms.4.2.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/System.Security.Cryptography.Algorithms.4.2.0.nupkg -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/net46/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/lib/net46/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/net46/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/net46/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/System.Security.Cryptography.Primitives.4.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/System.Security.Cryptography.Primitives.4.0.0.nupkg -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/netstandard1.3/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/netstandard1.3/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/net46/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/lib/net46/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/net46/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/net46/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net46/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net46/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net46/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net46/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/net46/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/lib/net46/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/net46/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/ref/net46/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/runtimes/unix/lib/netstandard1.3/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/runtimes/unix/lib/netstandard1.3/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net461/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net461/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net463/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net463/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net461/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net461/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net463/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net463/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.IdentityModel.Clients.ActiveDirectory.Platform 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/Microsoft.Azure.Services.AppAuthentication.1.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/Microsoft.Azure.Services.AppAuthentication.1.0.1.nupkg -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/netcore50/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/lib/netcore50/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.IdentityModel.Clients.ActiveDirectory.Platform 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/net452/Microsoft.Azure.Services.AppAuthentication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/net452/Microsoft.Azure.Services.AppAuthentication.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/netstandard1.3/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/lib/netstandard1.3/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/netstandard1.3/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/ref/netstandard1.3/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/System.Security.Cryptography.X509Certificates.4.1.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/System.Security.Cryptography.X509Certificates.4.1.0.nupkg -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/net46/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/net46/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/net461/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/net461/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/net46/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/net46/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/net461/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/net461/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2.nupkg -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.IdentityModel.Clients.ActiveDirectory.Platform 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.IdentityModel.Clients.ActiveDirectory.Platform 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.IdentityModel.Clients.ActiveDirectory.Platform 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.IdentityModel.Clients.ActiveDirectory.Platform 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.IdentityModel.Clients.ActiveDirectory.Platform 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.IdentityModel.Clients.ActiveDirectory.Platform 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/build/Microsoft.Azure.Services.AppAuthentication.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.IdentityModel.Clients.ActiveDirectory.Platform 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("AzureServiceBus-Topic")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("AzureServiceBus-Topic")] 13 | [assembly: AssemblyCopyright("Copyright © 2018")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("efed12f7-055a-4697-a46b-8e5e7c3dff17")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("AzureServiceBus-TopicClient")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("AzureServiceBus-TopicClient")] 13 | [assembly: AssemblyCopyright("Copyright © 2018")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("3eab324b-99e2-4c8a-932b-ca0e48bc68af")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- 1 | This Microsoft .NET Library may incorporate components from the projects listed 2 | below. Microsoft licenses these components under the Microsoft .NET Library 3 | software license terms. The original copyright notices and the licenses under 4 | which Microsoft received such components are set forth below for informational 5 | purposes only. Microsoft reserves all rights not expressly granted herein, 6 | whether by implication, estoppel or otherwise. 7 | 8 | 1. .NET Core (https://github.com/dotnet/core/) 9 | 10 | .NET Core 11 | Copyright (c) .NET Foundation and Contributors 12 | 13 | The MIT License (MIT) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- 1 | This Microsoft .NET Library may incorporate components from the projects listed 2 | below. Microsoft licenses these components under the Microsoft .NET Library 3 | software license terms. The original copyright notices and the licenses under 4 | which Microsoft received such components are set forth below for informational 5 | purposes only. Microsoft reserves all rights not expressly granted herein, 6 | whether by implication, estoppel or otherwise. 7 | 8 | 1. .NET Core (https://github.com/dotnet/core/) 9 | 10 | .NET Core 11 | Copyright (c) .NET Foundation and Contributors 12 | 13 | The MIT License (MIT) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- 1 | This Microsoft .NET Library may incorporate components from the projects listed 2 | below. Microsoft licenses these components under the Microsoft .NET Library 3 | software license terms. The original copyright notices and the licenses under 4 | which Microsoft received such components are set forth below for informational 5 | purposes only. Microsoft reserves all rights not expressly granted herein, 6 | whether by implication, estoppel or otherwise. 7 | 8 | 1. .NET Core (https://github.com/dotnet/core/) 9 | 10 | .NET Core 11 | Copyright (c) .NET Foundation and Contributors 12 | 13 | The MIT License (MIT) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- 1 | This Microsoft .NET Library may incorporate components from the projects listed 2 | below. Microsoft licenses these components under the Microsoft .NET Library 3 | software license terms. The original copyright notices and the licenses under 4 | which Microsoft received such components are set forth below for informational 5 | purposes only. Microsoft reserves all rights not expressly granted herein, 6 | whether by implication, estoppel or otherwise. 7 | 8 | 1. .NET Core (https://github.com/dotnet/core/) 9 | 10 | .NET Core 11 | Copyright (c) .NET Foundation and Contributors 12 | 13 | The MIT License (MIT) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- 1 | This Microsoft .NET Library may incorporate components from the projects listed 2 | below. Microsoft licenses these components under the Microsoft .NET Library 3 | software license terms. The original copyright notices and the licenses under 4 | which Microsoft received such components are set forth below for informational 5 | purposes only. Microsoft reserves all rights not expressly granted herein, 6 | whether by implication, estoppel or otherwise. 7 | 8 | 1. .NET Core (https://github.com/dotnet/core/) 9 | 10 | .NET Core 11 | Copyright (c) .NET Foundation and Contributors 12 | 13 | The MIT License (MIT) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- 1 | This Microsoft .NET Library may incorporate components from the projects listed 2 | below. Microsoft licenses these components under the Microsoft .NET Library 3 | software license terms. The original copyright notices and the licenses under 4 | which Microsoft received such components are set forth below for informational 5 | purposes only. Microsoft reserves all rights not expressly granted herein, 6 | whether by implication, estoppel or otherwise. 7 | 8 | 1. .NET Core (https://github.com/dotnet/core/) 9 | 10 | .NET Core 11 | Copyright (c) .NET Foundation and Contributors 12 | 13 | The MIT License (MIT) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- 1 | This Microsoft .NET Library may incorporate components from the projects listed 2 | below. Microsoft licenses these components under the Microsoft .NET Library 3 | software license terms. The original copyright notices and the licenses under 4 | which Microsoft received such components are set forth below for informational 5 | purposes only. Microsoft reserves all rights not expressly granted herein, 6 | whether by implication, estoppel or otherwise. 7 | 8 | 1. .NET Core (https://github.com/dotnet/core/) 9 | 10 | .NET Core 11 | Copyright (c) .NET Foundation and Contributors 12 | 13 | The MIT License (MIT) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. -------------------------------------------------------------------------------- /AzureServiceBus-Topic.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 15 4 | VisualStudioVersion = 15.0.26730.10 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureServiceBus-Topic", "AzureServiceBus-Topic\AzureServiceBus-Topic.csproj", "{EFED12F7-055A-4697-A46B-8E5E7C3DFF17}" 7 | EndProject 8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureServiceBus-TopicClient", "AzureServiceBus-TopicClient\AzureServiceBus-TopicClient.csproj", "{3EAB324B-99E2-4C8A-932B-CA0E48BC68AF}" 9 | EndProject 10 | Global 11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 12 | Debug|Any CPU = Debug|Any CPU 13 | Release|Any CPU = Release|Any CPU 14 | EndGlobalSection 15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 16 | {EFED12F7-055A-4697-A46B-8E5E7C3DFF17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 17 | {EFED12F7-055A-4697-A46B-8E5E7C3DFF17}.Debug|Any CPU.Build.0 = Debug|Any CPU 18 | {EFED12F7-055A-4697-A46B-8E5E7C3DFF17}.Release|Any CPU.ActiveCfg = Release|Any CPU 19 | {EFED12F7-055A-4697-A46B-8E5E7C3DFF17}.Release|Any CPU.Build.0 = Release|Any CPU 20 | {3EAB324B-99E2-4C8A-932B-CA0E48BC68AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 21 | {3EAB324B-99E2-4C8A-932B-CA0E48BC68AF}.Debug|Any CPU.Build.0 = Debug|Any CPU 22 | {3EAB324B-99E2-4C8A-932B-CA0E48BC68AF}.Release|Any CPU.ActiveCfg = Release|Any CPU 23 | {3EAB324B-99E2-4C8A-932B-CA0E48BC68AF}.Release|Any CPU.Build.0 = Release|Any CPU 24 | EndGlobalSection 25 | GlobalSection(SolutionProperties) = preSolution 26 | HideSolutionNode = FALSE 27 | EndGlobalSection 28 | GlobalSection(ExtensibilityGlobals) = postSolution 29 | SolutionGuid = {B5F2C3D3-B228-42DE-B7D7-2D014958F2C5} 30 | EndGlobalSection 31 | EndGlobal 32 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/Program.cs: -------------------------------------------------------------------------------- 1 | using Microsoft.Azure.ServiceBus; 2 | using System; 3 | using System.Text; 4 | using System.Threading; 5 | using System.Threading.Tasks; 6 | 7 | namespace AzureServiceBus_TopicClient 8 | { 9 | class Program 10 | { 11 | static ISubscriptionClient subscriptionClient; 12 | static void Main(string[] args) 13 | { 14 | string sbConnectionString = "Endpoint=sb://mobilerecharge.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=KVb9ubc9XaV0dT/1dMj/JGvVvUZ64U21IBI="; 15 | string sbTopic = "offers"; 16 | string sbSubscription = "akki5677"; 17 | try 18 | { 19 | subscriptionClient = new SubscriptionClient(sbConnectionString, sbTopic, sbSubscription); 20 | 21 | var messageHandlerOptions = new MessageHandlerOptions(ExceptionReceivedHandler) 22 | { 23 | MaxConcurrentCalls = 1, 24 | AutoComplete = false 25 | }; 26 | subscriptionClient.RegisterMessageHandler(ReceiveMessagesAsync, messageHandlerOptions); 27 | } 28 | catch (Exception ex) 29 | { 30 | Console.WriteLine(ex.Message); 31 | } 32 | finally 33 | { 34 | Console.ReadKey(); 35 | subscriptionClient.CloseAsync(); 36 | } 37 | } 38 | 39 | static async Task ReceiveMessagesAsync(Message message, CancellationToken token) 40 | { 41 | Console.WriteLine($"Subscribed message: {Encoding.UTF8.GetString(message.Body)}"); 42 | 43 | await subscriptionClient.CompleteAsync(message.SystemProperties.LockToken); 44 | } 45 | 46 | static Task ExceptionReceivedHandler(ExceptionReceivedEventArgs exceptionReceivedEventArgs) 47 | { 48 | Console.WriteLine(exceptionReceivedEventArgs.Exception); 49 | return Task.CompletedTask; 50 | } 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/Program.cs: -------------------------------------------------------------------------------- 1 | using Microsoft.Azure.ServiceBus; 2 | using System; 3 | using System.Text; 4 | 5 | namespace AzureServiceBus_Topic 6 | { 7 | class Program 8 | { 9 | static ITopicClient topicClient; 10 | static void Main(string[] args) 11 | { 12 | string sbConnectionString = "Endpoint=sb://mobilerecharge.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=KVb9ubc9XaV0dT/1dMj/JGvVvUZ64U21IBI="; 13 | string sbTopic = "offers"; 14 | 15 | string messageBody = string.Empty; 16 | try 17 | { 18 | Console.WriteLine("-------------------------------------------------------"); 19 | Console.WriteLine("Publish Offer"); 20 | Console.WriteLine("-------------------------------------------------------"); 21 | Console.WriteLine("Offers"); 22 | Console.WriteLine("1. Recharge with 100 and get talk time of 110"); 23 | Console.WriteLine("2. Get 5 GB data on recharge of 300. Validity 28 days"); 24 | Console.WriteLine("3. 1000 SMS in recharge of 100"); 25 | Console.WriteLine("-------------------------------------------------------"); 26 | 27 | Console.WriteLine("Offer:"); 28 | string offer = Console.ReadLine(); 29 | 30 | Console.WriteLine("-------------------------------------------------------"); 31 | 32 | switch (offer) 33 | { 34 | case "1": 35 | offer = "Recharge with 100 and get talk time of 110"; 36 | break; 37 | case "2": 38 | offer = "Get 5 GB data on recharge of 300. Validity 28 days"; 39 | break; 40 | case "3": 41 | offer = "1000 SMS in recharge of 100"; 42 | break; 43 | default: 44 | break; 45 | } 46 | 47 | messageBody = offer; 48 | topicClient = new TopicClient(sbConnectionString, sbTopic); 49 | 50 | var message = new Message(Encoding.UTF8.GetBytes(messageBody)); 51 | Console.WriteLine($"Message Published: {messageBody}"); 52 | 53 | topicClient.SendAsync(message); 54 | 55 | } 56 | catch (Exception ex) 57 | { 58 | Console.WriteLine(ex.Message); 59 | } 60 | finally 61 | { 62 | Console.ReadKey(); 63 | topicClient.CloseAsync(); 64 | } 65 | } 66 | } 67 | 68 | } 69 | -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/tools/install.ps1: -------------------------------------------------------------------------------- 1 | param($installPath, $toolsPath, $package, $project) 2 | 3 | # open json.net splash page on package install 4 | # don't open if json.net is installed as a dependency 5 | 6 | try 7 | { 8 | $url = "http://www.newtonsoft.com/json/install?version=" + $package.Version 9 | $dte2 = Get-Interface $dte ([EnvDTE80.DTE2]) 10 | 11 | if ($dte2.ActiveWindow.Caption -eq "Package Manager Console") 12 | { 13 | # user is installing from VS NuGet console 14 | # get reference to the window, the console host and the input history 15 | # show webpage if "install-package newtonsoft.json" was last input 16 | 17 | $consoleWindow = $(Get-VSComponentModel).GetService([NuGetConsole.IPowerConsoleWindow]) 18 | 19 | $props = $consoleWindow.GetType().GetProperties([System.Reflection.BindingFlags]::Instance -bor ` 20 | [System.Reflection.BindingFlags]::NonPublic) 21 | 22 | $prop = $props | ? { $_.Name -eq "ActiveHostInfo" } | select -first 1 23 | if ($prop -eq $null) { return } 24 | 25 | $hostInfo = $prop.GetValue($consoleWindow) 26 | if ($hostInfo -eq $null) { return } 27 | 28 | $history = $hostInfo.WpfConsole.InputHistory.History 29 | 30 | $lastCommand = $history | select -last 1 31 | 32 | if ($lastCommand) 33 | { 34 | $lastCommand = $lastCommand.Trim().ToLower() 35 | if ($lastCommand.StartsWith("install-package") -and $lastCommand.Contains("newtonsoft.json")) 36 | { 37 | $dte2.ItemOperations.Navigate($url) | Out-Null 38 | } 39 | } 40 | } 41 | else 42 | { 43 | # user is installing from VS NuGet dialog 44 | # get reference to the window, then smart output console provider 45 | # show webpage if messages in buffered console contains "installing...newtonsoft.json" in last operation 46 | 47 | $instanceField = [NuGet.Dialog.PackageManagerWindow].GetField("CurrentInstance", [System.Reflection.BindingFlags]::Static -bor ` 48 | [System.Reflection.BindingFlags]::NonPublic) 49 | 50 | $consoleField = [NuGet.Dialog.PackageManagerWindow].GetField("_smartOutputConsoleProvider", [System.Reflection.BindingFlags]::Instance -bor ` 51 | [System.Reflection.BindingFlags]::NonPublic) 52 | 53 | if ($instanceField -eq $null -or $consoleField -eq $null) { return } 54 | 55 | $instance = $instanceField.GetValue($null) 56 | 57 | if ($instance -eq $null) { return } 58 | 59 | $consoleProvider = $consoleField.GetValue($instance) 60 | if ($consoleProvider -eq $null) { return } 61 | 62 | $console = $consoleProvider.CreateOutputConsole($false) 63 | 64 | $messagesField = $console.GetType().GetField("_messages", [System.Reflection.BindingFlags]::Instance -bor ` 65 | [System.Reflection.BindingFlags]::NonPublic) 66 | if ($messagesField -eq $null) { return } 67 | 68 | $messages = $messagesField.GetValue($console) 69 | if ($messages -eq $null) { return } 70 | 71 | $operations = $messages -split "==============================" 72 | 73 | $lastOperation = $operations | select -last 1 74 | 75 | if ($lastOperation) 76 | { 77 | $lastOperation = $lastOperation.ToLower() 78 | 79 | $lines = $lastOperation -split "`r`n" 80 | 81 | $installMatch = $lines | ? { $_.StartsWith("------- installing...newtonsoft.json ") } | select -first 1 82 | 83 | if ($installMatch) 84 | { 85 | $dte2.ItemOperations.Navigate($url) | Out-Null 86 | } 87 | } 88 | } 89 | } 90 | catch 91 | { 92 | try 93 | { 94 | $pmPane = $dte2.ToolWindows.OutputWindow.OutputWindowPanes.Item("Package Manager") 95 | 96 | $selection = $pmPane.TextDocument.Selection 97 | $selection.StartOfDocument($false) 98 | $selection.EndOfDocument($true) 99 | 100 | if ($selection.Text.StartsWith("Attempting to gather dependencies information for package 'Newtonsoft.Json." + $package.Version + "'")) 101 | { 102 | # don't show on upgrade 103 | if (!$selection.Text.Contains("Removed package")) 104 | { 105 | $dte2.ItemOperations.Navigate($url) | Out-Null 106 | } 107 | } 108 | } 109 | catch 110 | { 111 | # stop potential errors from bubbling up 112 | # worst case the splash page won't open 113 | } 114 | } 115 | 116 | # still yolo -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | System.Diagnostics.DiagnosticSource 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | System.Diagnostics.DiagnosticSource 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net45/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | System.Diagnostics.DiagnosticSource 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net46/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | System.Diagnostics.DiagnosticSource 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | --------------------------------------------------------------------------------