├── packages ├── System.Net.Http.4.3.3 │ ├── lib │ │ ├── win8 │ │ │ └── _._ │ │ ├── net45 │ │ │ └── _._ │ │ ├── wpa81 │ │ │ └── _._ │ │ ├── Xamarinmac20 │ │ │ └── _._ │ │ ├── monoandroid10 │ │ │ └── _._ │ │ ├── monotouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── portable-net45+win8+wpa81 │ │ │ └── _._ │ │ └── net46 │ │ │ └── System.Net.Http.dll │ ├── ref │ │ ├── win8 │ │ │ └── _._ │ │ ├── net45 │ │ │ └── _._ │ │ ├── wpa81 │ │ │ └── _._ │ │ ├── Xamarinmac20 │ │ │ └── _._ │ │ ├── monoandroid10 │ │ │ └── _._ │ │ ├── monotouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── portable-net45+win8+wpa81 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── System.Net.Http.dll │ │ ├── netcore50 │ │ │ └── System.Net.Http.dll │ │ ├── netstandard1.1 │ │ │ └── System.Net.Http.dll │ │ └── netstandard1.3 │ │ │ └── System.Net.Http.dll │ ├── .signature.p7s │ ├── System.Net.Http.4.3.3.nupkg │ ├── runtimes │ │ ├── win │ │ │ └── lib │ │ │ │ ├── net46 │ │ │ │ └── System.Net.Http.dll │ │ │ │ ├── netcore50 │ │ │ │ └── System.Net.Http.dll │ │ │ │ └── netstandard1.3 │ │ │ │ └── System.Net.Http.dll │ │ └── unix │ │ │ └── lib │ │ │ └── netstandard1.6 │ │ │ └── System.Net.Http.dll │ ├── ThirdPartyNotices.txt │ └── dotnet_library_license.txt ├── System.Net.Requests.4.3.0 │ ├── lib │ │ ├── net45 │ │ │ └── _._ │ │ ├── win8 │ │ │ └── _._ │ │ ├── wp80 │ │ │ └── _._ │ │ ├── wpa81 │ │ │ └── _._ │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ └── portable-net45+win8+wp8+wpa81 │ │ │ └── _._ │ ├── ref │ │ ├── net45 │ │ │ └── _._ │ │ ├── net46 │ │ │ └── _._ │ │ ├── win8 │ │ │ └── _._ │ │ ├── wp80 │ │ │ └── _._ │ │ ├── wpa81 │ │ │ └── _._ │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ ├── xamarinwatchos10 │ │ │ └── _._ │ │ ├── portable-net45+win8+wp8+wpa81 │ │ │ └── _._ │ │ ├── netcore50 │ │ │ ├── System.Net.Requests.dll │ │ │ └── zh-hans │ │ │ │ └── System.Net.Requests.xml │ │ ├── netstandard1.0 │ │ │ ├── System.Net.Requests.dll │ │ │ └── zh-hans │ │ │ │ └── System.Net.Requests.xml │ │ ├── netstandard1.1 │ │ │ └── System.Net.Requests.dll │ │ └── netstandard1.3 │ │ │ └── System.Net.Requests.dll │ ├── runtimes │ │ ├── win │ │ │ └── lib │ │ │ │ ├── net46 │ │ │ │ └── _._ │ │ │ │ └── netstandard1.3 │ │ │ │ └── System.Net.Requests.dll │ │ └── unix │ │ │ └── lib │ │ │ └── netstandard1.3 │ │ │ └── System.Net.Requests.dll │ ├── .signature.p7s │ ├── System.Net.Requests.4.3.0.nupkg │ ├── ThirdPartyNotices.txt │ └── dotnet_library_license.txt ├── System.Buffers.4.5.0 │ ├── lib │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── uap10.0.16299 │ │ │ └── _._ │ │ ├── netstandard1.1 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ └── netstandard2.0 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ ├── ref │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── uap10.0.16299 │ │ │ └── _._ │ │ ├── net45 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ ├── netstandard1.1 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ └── netstandard2.0 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ ├── useSharedDesignerContext.txt │ ├── version.txt │ ├── .signature.p7s │ ├── System.Buffers.4.5.0.nupkg │ ├── LICENSE.TXT │ └── THIRD-PARTY-NOTICES.TXT ├── NBitcoin.4.1.1.45 │ ├── .signature.p7s │ ├── NBitcoin.4.1.1.45.nupkg │ └── lib │ │ ├── net452 │ │ └── NBitcoin.dll │ │ ├── net461 │ │ └── NBitcoin.dll │ │ ├── netcoreapp2.1 │ │ └── NBitcoin.dll │ │ ├── netstandard1.1 │ │ └── NBitcoin.dll │ │ ├── netstandard1.3 │ │ └── NBitcoin.dll │ │ └── netstandard2.0 │ │ └── NBitcoin.dll └── Newtonsoft.Json.11.0.2 │ ├── Newtonsoft.Json.11.0.2.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 │ ├── netstandard2.0 │ │ └── Newtonsoft.Json.dll │ ├── portable-net45+win8+wp8+wpa81 │ │ └── Newtonsoft.Json.dll │ └── portable-net40+sl5+win8+wp8+wpa81 │ │ └── Newtonsoft.Json.dll │ └── LICENSE.md ├── README.md ├── obj └── Debug │ ├── BitcoinAddressSearch.csproj.CopyComplete │ ├── BruteForceBitcoinWallet.csproj.CopyComplete │ ├── BruteForceBitcoinWalletsBalance.csproj.CopyComplete │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── BitcoinAddressSearch.csproj.CoreCompileInputs.cache │ ├── BruteForceBitcoinWallet.csproj.CoreCompileInputs.cache │ ├── BruteForceBitcoinWalletsBalance.csproj.CoreCompileInputs.cache │ ├── BitcoinAddressSearch.exe │ ├── BitcoinAddressSearch.pdb │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── BruteForceBitcoinWallet.csprojResolveAssemblyReference.cache │ ├── BruteForceBitcoinWalletsBalance.csprojResolveAssemblyReference.cache │ ├── BruteForceBitcoinWalletsBalance.csproj.FileListAbsolute.txt │ ├── BruteForceBitcoinWallet.csproj.FileListAbsolute.txt │ └── BitcoinAddressSearch.csproj.FileListAbsolute.txt ├── .gitattributes ├── BruteForceWallet.zip ├── bin └── Debug │ ├── NBitcoin.dll │ ├── Newtonsoft.Json.dll │ ├── System.Buffers.dll │ ├── BitcoinAddressSearch.exe │ ├── BitcoinAddressSearch.pdb │ ├── BitcoinAddressSearch.exe.config │ └── System.Buffers.xml ├── .vs └── BruteForceBitcoinWallet │ └── v15 │ └── .suo ├── App.config ├── packages.config ├── BruteForceBitcoinWallet.sln ├── Properties └── AssemblyInfo.cs ├── Program.cs └── BruteForceBitcoinWallet.csproj /packages/System.Net.Http.4.3.3/lib/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # BruteForceBitcoinWalletsBalance 2 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/lib/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/lib/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/wp80/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/net46/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/wp80/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /obj/Debug/BitcoinAddressSearch.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /obj/Debug/BruteForceBitcoinWallet.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/lib/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/ref/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/ref/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/lib/Xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/lib/monoandroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/lib/monotouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/Xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/monoandroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/monotouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /obj/Debug/BruteForceBitcoinWalletsBalance.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/runtimes/win/lib/net46/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/lib/portable-net45+win8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/portable-net45+win8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/lib/portable-net45+win8+wp8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/portable-net45+win8+wp8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/version.txt: -------------------------------------------------------------------------------- 1 | 30ab651fcb4354552bd4891619a0bdd81e0ebdbf 2 | -------------------------------------------------------------------------------- /obj/Debug/BitcoinAddressSearch.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 2f874843ae742489cdc96aa019d5543033136c6a 2 | -------------------------------------------------------------------------------- /BruteForceWallet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/BruteForceWallet.zip -------------------------------------------------------------------------------- /obj/Debug/BruteForceBitcoinWallet.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 77af2ab843bfdc7b7136f4bc8015c433ddb8df29 2 | -------------------------------------------------------------------------------- /bin/Debug/NBitcoin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/bin/Debug/NBitcoin.dll -------------------------------------------------------------------------------- /obj/Debug/BruteForceBitcoinWalletsBalance.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | eff039a08c41f9ba57f8a03202621e8e480fe94a 2 | -------------------------------------------------------------------------------- /bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /bin/Debug/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/bin/Debug/System.Buffers.dll -------------------------------------------------------------------------------- /bin/Debug/BitcoinAddressSearch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/bin/Debug/BitcoinAddressSearch.exe -------------------------------------------------------------------------------- /bin/Debug/BitcoinAddressSearch.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/bin/Debug/BitcoinAddressSearch.pdb -------------------------------------------------------------------------------- /obj/Debug/BitcoinAddressSearch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/obj/Debug/BitcoinAddressSearch.exe -------------------------------------------------------------------------------- /obj/Debug/BitcoinAddressSearch.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/obj/Debug/BitcoinAddressSearch.pdb -------------------------------------------------------------------------------- /.vs/BruteForceBitcoinWallet/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/.vs/BruteForceBitcoinWallet/v15/.suo -------------------------------------------------------------------------------- /packages/NBitcoin.4.1.1.45/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/NBitcoin.4.1.1.45/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Buffers.4.5.0/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/.signature.p7s -------------------------------------------------------------------------------- /packages/NBitcoin.4.1.1.45/NBitcoin.4.1.1.45.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/NBitcoin.4.1.1.45/NBitcoin.4.1.1.45.nupkg -------------------------------------------------------------------------------- /packages/NBitcoin.4.1.1.45/lib/net452/NBitcoin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/NBitcoin.4.1.1.45/lib/net452/NBitcoin.dll -------------------------------------------------------------------------------- /packages/NBitcoin.4.1.1.45/lib/net461/NBitcoin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/NBitcoin.4.1.1.45/lib/net461/NBitcoin.dll -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Requests.4.3.0/.signature.p7s -------------------------------------------------------------------------------- /obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /packages/NBitcoin.4.1.1.45/lib/netcoreapp2.1/NBitcoin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/NBitcoin.4.1.1.45/lib/netcoreapp2.1/NBitcoin.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/System.Buffers.4.5.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Buffers.4.5.0/System.Buffers.4.5.0.nupkg -------------------------------------------------------------------------------- /packages/NBitcoin.4.1.1.45/lib/netstandard1.1/NBitcoin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/NBitcoin.4.1.1.45/lib/netstandard1.1/NBitcoin.dll -------------------------------------------------------------------------------- /packages/NBitcoin.4.1.1.45/lib/netstandard1.3/NBitcoin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/NBitcoin.4.1.1.45/lib/netstandard1.3/NBitcoin.dll -------------------------------------------------------------------------------- /packages/NBitcoin.4.1.1.45/lib/netstandard2.0/NBitcoin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/NBitcoin.4.1.1.45/lib/netstandard2.0/NBitcoin.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/Newtonsoft.Json.11.0.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/Newtonsoft.Json.11.0.2/Newtonsoft.Json.11.0.2.nupkg -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/ref/net45/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Buffers.4.5.0/ref/net45/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/System.Net.Http.4.3.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/System.Net.Http.4.3.3.nupkg -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/lib/net46/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/lib/net46/System.Net.Http.dll -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/net46/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/ref/net46/System.Net.Http.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/lib/net20/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/Newtonsoft.Json.11.0.2/lib/net20/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/lib/net35/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/Newtonsoft.Json.11.0.2/lib/net35/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/lib/net40/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/Newtonsoft.Json.11.0.2/lib/net40/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/lib/net45/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/Newtonsoft.Json.11.0.2/lib/net45/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/netcore50/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/ref/netcore50/System.Net.Http.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/lib/netstandard1.1/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Buffers.4.5.0/lib/netstandard1.1/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/lib/netstandard2.0/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Buffers.4.5.0/lib/netstandard2.0/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/ref/netstandard1.1/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Buffers.4.5.0/ref/netstandard1.1/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/ref/netstandard2.0/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Buffers.4.5.0/ref/netstandard2.0/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/System.Net.Requests.4.3.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Requests.4.3.0/System.Net.Requests.4.3.0.nupkg -------------------------------------------------------------------------------- /App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /obj/Debug/BruteForceBitcoinWallet.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/obj/Debug/BruteForceBitcoinWallet.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/lib/netstandard1.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/Newtonsoft.Json.11.0.2/lib/netstandard1.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/lib/netstandard1.3/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/Newtonsoft.Json.11.0.2/lib/netstandard1.3/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/lib/netstandard2.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/Newtonsoft.Json.11.0.2/lib/netstandard2.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/netstandard1.1/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/ref/netstandard1.1/System.Net.Http.dll -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/ref/netstandard1.3/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/ref/netstandard1.3/System.Net.Http.dll -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/netcore50/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Requests.4.3.0/ref/netcore50/System.Net.Requests.dll -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/runtimes/win/lib/net46/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/runtimes/win/lib/net46/System.Net.Http.dll -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/runtimes/win/lib/netcore50/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/runtimes/win/lib/netcore50/System.Net.Http.dll -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/netstandard1.0/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Requests.4.3.0/ref/netstandard1.0/System.Net.Requests.dll -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/netstandard1.1/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Requests.4.3.0/ref/netstandard1.1/System.Net.Requests.dll -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/netstandard1.3/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Requests.4.3.0/ref/netstandard1.3/System.Net.Requests.dll -------------------------------------------------------------------------------- /obj/Debug/BruteForceBitcoinWalletsBalance.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/obj/Debug/BruteForceBitcoinWalletsBalance.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/runtimes/win/lib/netstandard1.3/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/runtimes/win/lib/netstandard1.3/System.Net.Http.dll -------------------------------------------------------------------------------- /bin/Debug/BitcoinAddressSearch.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/Newtonsoft.Json.11.0.2/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Http.4.3.3/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/Newtonsoft.Json.11.0.2/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/runtimes/win/lib/netstandard1.3/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Requests.4.3.0/runtimes/win/lib/netstandard1.3/System.Net.Requests.dll -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatheusGrijo/BruteForceBitcoinWallets/HEAD/packages/System.Net.Requests.4.3.0/runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll -------------------------------------------------------------------------------- /packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.11.0.2/LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2007 James Newton-King 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/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 | -------------------------------------------------------------------------------- /BruteForceBitcoinWallet.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 15 4 | VisualStudioVersion = 15.0.27130.2026 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BruteForceBitcoinWalletProject", "BruteForceBitcoinWallet.csproj", "{2EB95A10-58CD-4B0E-9CDE-187D84D7B570}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Release|Any CPU = Release|Any CPU 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {2EB95A10-58CD-4B0E-9CDE-187D84D7B570}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 | {2EB95A10-58CD-4B0E-9CDE-187D84D7B570}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 | {2EB95A10-58CD-4B0E-9CDE-187D84D7B570}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 | {2EB95A10-58CD-4B0E-9CDE-187D84D7B570}.Release|Any CPU.Build.0 = Release|Any CPU 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | GlobalSection(ExtensibilityGlobals) = postSolution 23 | SolutionGuid = {BB8376D8-E957-46F0-9D16-5AF93D6F86FC} 24 | EndGlobalSection 25 | EndGlobal 26 | -------------------------------------------------------------------------------- /obj/Debug/BruteForceBitcoinWalletsBalance.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\bin\Debug\BitcoinAddressSearch.exe.config 2 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\bin\Debug\BitcoinAddressSearch.exe 3 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\bin\Debug\BitcoinAddressSearch.pdb 4 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\bin\Debug\NBitcoin.dll 5 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\bin\Debug\Newtonsoft.Json.dll 6 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\bin\Debug\System.Buffers.dll 7 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\bin\Debug\NBitcoin.xml 8 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\bin\Debug\Newtonsoft.Json.xml 9 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\bin\Debug\System.Buffers.xml 10 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\obj\Debug\BruteForceBitcoinWalletsBalance.csproj.CoreCompileInputs.cache 11 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\obj\Debug\BitcoinAddressSearch.exe 12 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\obj\Debug\BitcoinAddressSearch.pdb 13 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWalletsBalance\obj\Debug\BruteForceBitcoinWalletsBalance.csprojResolveAssemblyReference.cache 14 | -------------------------------------------------------------------------------- /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("BitcoinAddressSearch")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("HP Inc.")] 12 | [assembly: AssemblyProduct("BitcoinAddressSearch")] 13 | [assembly: AssemblyCopyright("Copyright © HP Inc. 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("2eb95a10-58cd-4b0e-9cde-187d84d7b570")] 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 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/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.Requests.4.3.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. -------------------------------------------------------------------------------- /obj/Debug/BruteForceBitcoinWallet.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\bin\Debug\BitcoinAddressSearch.exe.config 2 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\bin\Debug\BitcoinAddressSearch.exe 3 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\bin\Debug\BitcoinAddressSearch.pdb 4 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\bin\Debug\NBitcoin.dll 5 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\bin\Debug\Newtonsoft.Json.dll 6 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\bin\Debug\System.Buffers.dll 7 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\bin\Debug\NBitcoin.xml 8 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\bin\Debug\Newtonsoft.Json.xml 9 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\bin\Debug\System.Buffers.xml 10 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\obj\Debug\BruteForceBitcoinWallet.csprojResolveAssemblyReference.cache 11 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\obj\Debug\BruteForceBitcoinWallet.csproj.CoreCompileInputs.cache 12 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\obj\Debug\BitcoinAddressSearch.exe 13 | C:\tests\BruteForceBitcoinWalletsBalance\BruteForceBitcoinWallet\obj\Debug\BitcoinAddressSearch.pdb 14 | C:\tests\BruteForceBitcoinWallet\bin\Debug\BitcoinAddressSearch.exe.config 15 | C:\tests\BruteForceBitcoinWallet\bin\Debug\BitcoinAddressSearch.exe 16 | C:\tests\BruteForceBitcoinWallet\bin\Debug\BitcoinAddressSearch.pdb 17 | C:\tests\BruteForceBitcoinWallet\bin\Debug\NBitcoin.xml 18 | C:\tests\BruteForceBitcoinWallet\bin\Debug\Newtonsoft.Json.xml 19 | C:\tests\BruteForceBitcoinWallet\bin\Debug\System.Buffers.xml 20 | C:\tests\BruteForceBitcoinWallet\obj\Debug\BruteForceBitcoinWallet.csprojResolveAssemblyReference.cache 21 | C:\tests\BruteForceBitcoinWallet\obj\Debug\BruteForceBitcoinWallet.csproj.CoreCompileInputs.cache 22 | C:\tests\BruteForceBitcoinWallet\obj\Debug\BitcoinAddressSearch.exe 23 | C:\tests\BruteForceBitcoinWallet\obj\Debug\BitcoinAddressSearch.pdb 24 | C:\tests\BruteForceBitcoinWallets\BruteForceBitcoinWallets\bin\Debug\BitcoinAddressSearch.exe.config 25 | C:\tests\BruteForceBitcoinWallets\BruteForceBitcoinWallets\bin\Debug\BitcoinAddressSearch.exe 26 | C:\tests\BruteForceBitcoinWallets\BruteForceBitcoinWallets\bin\Debug\BitcoinAddressSearch.pdb 27 | C:\tests\BruteForceBitcoinWallets\BruteForceBitcoinWallets\bin\Debug\NBitcoin.xml 28 | C:\tests\BruteForceBitcoinWallets\BruteForceBitcoinWallets\bin\Debug\Newtonsoft.Json.xml 29 | C:\tests\BruteForceBitcoinWallets\BruteForceBitcoinWallets\bin\Debug\System.Buffers.xml 30 | C:\tests\BruteForceBitcoinWallets\BruteForceBitcoinWallets\obj\Debug\BruteForceBitcoinWallet.csprojResolveAssemblyReference.cache 31 | C:\tests\BruteForceBitcoinWallets\BruteForceBitcoinWallets\obj\Debug\BruteForceBitcoinWallet.csproj.CoreCompileInputs.cache 32 | C:\tests\BruteForceBitcoinWallets\BruteForceBitcoinWallets\obj\Debug\BitcoinAddressSearch.exe 33 | C:\tests\BruteForceBitcoinWallets\BruteForceBitcoinWallets\obj\Debug\BitcoinAddressSearch.pdb 34 | -------------------------------------------------------------------------------- /obj/Debug/BitcoinAddressSearch.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\BitcoinAddressSearch.exe.config 2 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\BitcoinAddressSearch.exe 3 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\BitcoinAddressSearch.pdb 4 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\obj\Debug\BitcoinAddressSearch.exe 5 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\obj\Debug\BitcoinAddressSearch.pdb 6 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\NBitcoin.dll 7 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\Newtonsoft.Json.dll 8 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\System.Buffers.dll 9 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\NBitcoin.xml 10 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\Newtonsoft.Json.xml 11 | F:\Temp\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\System.Buffers.xml 12 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\BitcoinAddressSearch.exe.config 13 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\obj\Debug\BitcoinAddressSearch.exe 14 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\obj\Debug\BitcoinAddressSearch.pdb 15 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\BitcoinAddressSearch.exe 16 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\BitcoinAddressSearch.pdb 17 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\NBitcoin.dll 18 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\Newtonsoft.Json.dll 19 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\System.Buffers.dll 20 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\NBitcoin.xml 21 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\Newtonsoft.Json.xml 22 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\bin\Debug\System.Buffers.xml 23 | F:\Projects\git\BitcoinAddressSearch\BitcoinAddressSearch\obj\Debug\BitcoinAddressSearch.csprojResolveAssemblyReference.cache 24 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\bin\Debug\BitcoinAddressSearch.exe.config 25 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\bin\Debug\BitcoinAddressSearch.exe 26 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\bin\Debug\BitcoinAddressSearch.pdb 27 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\bin\Debug\NBitcoin.dll 28 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\bin\Debug\Newtonsoft.Json.dll 29 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\bin\Debug\System.Buffers.dll 30 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\bin\Debug\NBitcoin.xml 31 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\bin\Debug\Newtonsoft.Json.xml 32 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\bin\Debug\System.Buffers.xml 33 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\obj\Debug\BitcoinAddressSearch.csproj.CoreCompileInputs.cache 34 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\obj\Debug\BitcoinAddressSearch.exe 35 | C:\tests\BitcoinPrivateKeySearch-master\BitcoinAddressSearch\obj\Debug\BitcoinAddressSearch.pdb 36 | -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using NBitcoin; 7 | using System.Threading; 8 | using System.Net; 9 | using System.IO; 10 | 11 | namespace BitcoinAddressSearch 12 | { 13 | class Program 14 | { 15 | public static string location = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location) + "\\"; 16 | public static string Get(String url) 17 | { 18 | 19 | try 20 | { 21 | Console.WriteLine(url); 22 | String r = ""; 23 | ServicePointManager.ServerCertificateValidationCallback = delegate { return true; }; 24 | ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; 25 | var httpWebRequest = (HttpWebRequest)WebRequest.Create(new Uri(url)); 26 | httpWebRequest.Method = "GET"; 27 | var httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse(); 28 | var responseStream = httpWebResponse.GetResponseStream(); 29 | if (responseStream != null) 30 | { 31 | var streamReader = new StreamReader(responseStream); 32 | r = streamReader.ReadToEnd(); 33 | } 34 | if (responseStream != null) responseStream.Close(); 35 | //Console.WriteLine(r); 36 | Console.WriteLine("Ret " + r); 37 | return r; 38 | } 39 | catch (WebException ex) 40 | { 41 | return null; 42 | } 43 | } 44 | 45 | static int delay = 1; 46 | static void Main(string[] args) 47 | { 48 | 49 | Console.WriteLine("## Brute force 0.0.0.1 bitcoin ##"); 50 | Console.WriteLine("Enter delay ms(1): "); 51 | delay = int.Parse( Console.ReadLine()); 52 | SearchBitcoinAddress(); 53 | Console.ReadLine(); 54 | } 55 | 56 | 57 | 58 | static void newKey() 59 | { 60 | try 61 | { 62 | Key k = new Key(); 63 | BitcoinSecret secretKey = k.GetBitcoinSecret(Network.Main); 64 | BitcoinAddress addressKey = secretKey.PubKey.GetAddress(Network.Main); 65 | 66 | String ret = Get("https://blockchain.info/q/addressbalance/" + addressKey.ToString()); 67 | if (ret != "0") 68 | { 69 | Console.WriteLine("************ Check this out Secret :" + secretKey + " Key :" + addressKey.ToString()); 70 | string s = secretKey + " ----- " + addressKey.ToString(); 71 | System.IO.File.WriteAllText(location + "BitcoinAddres-" + addressKey.ToString() + ".txt", s); 72 | } 73 | } 74 | catch 75 | 76 | { 77 | } 78 | } 79 | 80 | public static void SearchBitcoinAddress() 81 | { 82 | 83 | while (true) 84 | { 85 | 86 | Thread t = new Thread(newKey); 87 | t.Start(); 88 | 89 | Thread.Sleep(delay); 90 | } 91 | } 92 | 93 | } 94 | } -------------------------------------------------------------------------------- /bin/Debug/System.Buffers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array's contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/ref/net45/System.Buffers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array's contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/lib/netstandard1.1/System.Buffers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array's contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/lib/netstandard2.0/System.Buffers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array's contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/ref/netstandard1.1/System.Buffers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array's contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/ref/netstandard2.0/System.Buffers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array's contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /BruteForceBitcoinWallet.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Debug 6 | AnyCPU 7 | {2EB95A10-58CD-4B0E-9CDE-187D84D7B570} 8 | Exe 9 | Properties 10 | BitcoinAddressSearch 11 | BitcoinAddressSearch 12 | v4.5.2 13 | 512 14 | true 15 | 16 | 17 | AnyCPU 18 | true 19 | full 20 | false 21 | bin\Debug\ 22 | DEBUG;TRACE 23 | prompt 24 | 4 25 | 26 | 27 | AnyCPU 28 | pdbonly 29 | true 30 | bin\Release\ 31 | TRACE 32 | prompt 33 | 4 34 | 35 | 36 | 37 | ..\packages\NBitcoin.4.1.1.45\lib\net452\NBitcoin.dll 38 | True 39 | 40 | 41 | ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll 42 | True 43 | 44 | 45 | 46 | ..\packages\System.Buffers.4.5.0\lib\netstandard1.1\System.Buffers.dll 47 | True 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 73 | -------------------------------------------------------------------------------- /packages/System.Net.Http.4.3.3/dotnet_library_license.txt: -------------------------------------------------------------------------------- 1 | 2 | MICROSOFT SOFTWARE LICENSE TERMS 3 | 4 | 5 | MICROSOFT .NET LIBRARY 6 | 7 | These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms also apply to any Microsoft 8 | 9 | · updates, 10 | 11 | · supplements, 12 | 13 | · Internet-based services, and 14 | 15 | · support services 16 | 17 | for this software, unless other terms accompany those items. If so, those terms apply. 18 | 19 | BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE. 20 | 21 | 22 | IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS BELOW. 23 | 24 | 1. INSTALLATION AND USE RIGHTS. 25 | 26 | a. Installation and Use. You may install and use any number of copies of the software to design, develop and test your programs. 27 | 28 | b. Third Party Programs. The software may include third party programs that Microsoft, not the third party, licenses to you under this agreement. Notices, if any, for the third party program are included for your information only. 29 | 30 | 2. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. 31 | 32 | a. DISTRIBUTABLE CODE. The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in programs you develop if you comply with the terms below. 33 | 34 | i. Right to Use and Distribute. 35 | 36 | · You may copy and distribute the object code form of the software. 37 | 38 | · Third Party Distribution. You may permit distributors of your programs to copy and distribute the Distributable Code as part of those programs. 39 | 40 | ii. Distribution Requirements. For any Distributable Code you distribute, you must 41 | 42 | · add significant primary functionality to it in your programs; 43 | 44 | · require distributors and external end users to agree to terms that protect it at least as much as this agreement; 45 | 46 | · display your valid copyright notice on your programs; and 47 | 48 | · indemnify, defend, and hold harmless Microsoft from any claims, including attorneys’ fees, related to the distribution or use of your programs. 49 | 50 | iii. Distribution Restrictions. You may not 51 | 52 | · alter any copyright, trademark or patent notice in the Distributable Code; 53 | 54 | · use Microsoft’s trademarks in your programs’ names or in a way that suggests your programs come from or are endorsed by Microsoft; 55 | 56 | · include Distributable Code in malicious, deceptive or unlawful programs; or 57 | 58 | · modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that 59 | 60 | · the code be disclosed or distributed in source code form; or 61 | 62 | · others have the right to modify it. 63 | 64 | 3. SCOPE OF LICENSE. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not 65 | 66 | · work around any technical limitations in the software; 67 | 68 | · reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation; 69 | 70 | · publish the software for others to copy; 71 | 72 | · rent, lease or lend the software; 73 | 74 | · transfer the software or this agreement to any third party; or 75 | 76 | · use the software for commercial software hosting services. 77 | 78 | 4. BACKUP COPY. You may make one backup copy of the software. You may use it only to reinstall the software. 79 | 80 | 5. DOCUMENTATION. Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes. 81 | 82 | 6. EXPORT RESTRICTIONS. The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see www.microsoft.com/exporting. 83 | 84 | 7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. 85 | 86 | 8. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services. 87 | 88 | 9. APPLICABLE LAW. 89 | 90 | a. United States. If you acquired the software in the United States, Washington state law governs the interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tort. 91 | 92 | b. Outside the United States. If you acquired the software in any other country, the laws of that country apply. 93 | 94 | 10. LEGAL EFFECT. This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so. 95 | 96 | 11. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 97 | 98 | FOR AUSTRALIA – YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS. 99 | 100 | 12. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES. 101 | 102 | This limitation applies to 103 | 104 | · anything related to the software, services, content (including code) on third party Internet sites, or third party programs; and 105 | 106 | · claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law. 107 | 108 | It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages. 109 | 110 | Please note: As this software is distributed in Quebec, Canada, some of the clauses in this agreement are provided below in French. 111 | 112 | Remarque : Ce logiciel étant distribué au Québec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en français. 113 | 114 | EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce logiciel est à votre seule risque et péril. Microsoft n’accorde aucune autre garantie expresse. Vous pouvez bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande, d’adéquation à un usage particulier et d’absence de contrefaçon sont exclues. 115 | 116 | LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices. 117 | 118 | Cette limitation concerne : 119 | 120 | · tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers ; et 121 | 122 | · les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte, de négligence ou d’une autre faute dans la limite autorisée par la loi en vigueur. 123 | 124 | Elle s’applique également, même si Microsoft connaissait ou devrait connaître l’éventualité d’un tel dommage. Si votre pays n’autorise pas l’exclusion ou la limitation de responsabilité pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l’exclusion ci-dessus ne s’appliquera pas à votre égard. 125 | 126 | EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir d’autres droits prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de votre pays si celles-ci ne le permettent pas. 127 | 128 | 129 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/dotnet_library_license.txt: -------------------------------------------------------------------------------- 1 | 2 | MICROSOFT SOFTWARE LICENSE TERMS 3 | 4 | 5 | MICROSOFT .NET LIBRARY 6 | 7 | These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms also apply to any Microsoft 8 | 9 | · updates, 10 | 11 | · supplements, 12 | 13 | · Internet-based services, and 14 | 15 | · support services 16 | 17 | for this software, unless other terms accompany those items. If so, those terms apply. 18 | 19 | BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE. 20 | 21 | 22 | IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS BELOW. 23 | 24 | 1. INSTALLATION AND USE RIGHTS. 25 | 26 | a. Installation and Use. You may install and use any number of copies of the software to design, develop and test your programs. 27 | 28 | b. Third Party Programs. The software may include third party programs that Microsoft, not the third party, licenses to you under this agreement. Notices, if any, for the third party program are included for your information only. 29 | 30 | 2. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. 31 | 32 | a. DISTRIBUTABLE CODE. The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in programs you develop if you comply with the terms below. 33 | 34 | i. Right to Use and Distribute. 35 | 36 | · You may copy and distribute the object code form of the software. 37 | 38 | · Third Party Distribution. You may permit distributors of your programs to copy and distribute the Distributable Code as part of those programs. 39 | 40 | ii. Distribution Requirements. For any Distributable Code you distribute, you must 41 | 42 | · add significant primary functionality to it in your programs; 43 | 44 | · require distributors and external end users to agree to terms that protect it at least as much as this agreement; 45 | 46 | · display your valid copyright notice on your programs; and 47 | 48 | · indemnify, defend, and hold harmless Microsoft from any claims, including attorneys’ fees, related to the distribution or use of your programs. 49 | 50 | iii. Distribution Restrictions. You may not 51 | 52 | · alter any copyright, trademark or patent notice in the Distributable Code; 53 | 54 | · use Microsoft’s trademarks in your programs’ names or in a way that suggests your programs come from or are endorsed by Microsoft; 55 | 56 | · include Distributable Code in malicious, deceptive or unlawful programs; or 57 | 58 | · modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that 59 | 60 | · the code be disclosed or distributed in source code form; or 61 | 62 | · others have the right to modify it. 63 | 64 | 3. SCOPE OF LICENSE. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not 65 | 66 | · work around any technical limitations in the software; 67 | 68 | · reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation; 69 | 70 | · publish the software for others to copy; 71 | 72 | · rent, lease or lend the software; 73 | 74 | · transfer the software or this agreement to any third party; or 75 | 76 | · use the software for commercial software hosting services. 77 | 78 | 4. BACKUP COPY. You may make one backup copy of the software. You may use it only to reinstall the software. 79 | 80 | 5. DOCUMENTATION. Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes. 81 | 82 | 6. EXPORT RESTRICTIONS. The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see www.microsoft.com/exporting. 83 | 84 | 7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. 85 | 86 | 8. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services. 87 | 88 | 9. APPLICABLE LAW. 89 | 90 | a. United States. If you acquired the software in the United States, Washington state law governs the interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tort. 91 | 92 | b. Outside the United States. If you acquired the software in any other country, the laws of that country apply. 93 | 94 | 10. LEGAL EFFECT. This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so. 95 | 96 | 11. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 97 | 98 | FOR AUSTRALIA – YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS. 99 | 100 | 12. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES. 101 | 102 | This limitation applies to 103 | 104 | · anything related to the software, services, content (including code) on third party Internet sites, or third party programs; and 105 | 106 | · claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law. 107 | 108 | It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages. 109 | 110 | Please note: As this software is distributed in Quebec, Canada, some of the clauses in this agreement are provided below in French. 111 | 112 | Remarque : Ce logiciel étant distribué au Québec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en français. 113 | 114 | EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce logiciel est à votre seule risque et péril. Microsoft n’accorde aucune autre garantie expresse. Vous pouvez bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande, d’adéquation à un usage particulier et d’absence de contrefaçon sont exclues. 115 | 116 | LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices. 117 | 118 | Cette limitation concerne : 119 | 120 | · tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers ; et 121 | 122 | · les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte, de négligence ou d’une autre faute dans la limite autorisée par la loi en vigueur. 123 | 124 | Elle s’applique également, même si Microsoft connaissait ou devrait connaître l’éventualité d’un tel dommage. Si votre pays n’autorise pas l’exclusion ou la limitation de responsabilité pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l’exclusion ci-dessus ne s’appliquera pas à votre égard. 125 | 126 | EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir d’autres droits prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de votre pays si celles-ci ne le permettent pas. 127 | 128 | 129 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- 1 | .NET Core uses third-party libraries or other resources that may be 2 | distributed under licenses different than the .NET Core software. 3 | 4 | In the event that we accidentally failed to list a required notice, please 5 | bring it to our attention. Post an issue or email us: 6 | 7 | dotnet@microsoft.com 8 | 9 | The attached notices are provided for information only. 10 | 11 | License notice for Slicing-by-8 12 | ------------------------------- 13 | 14 | http://sourceforge.net/projects/slicing-by-8/ 15 | 16 | Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved 17 | 18 | 19 | This software program is licensed subject to the BSD License, available at 20 | http://www.opensource.org/licenses/bsd-license.html. 21 | 22 | 23 | License notice for Unicode data 24 | ------------------------------- 25 | 26 | http://www.unicode.org/copyright.html#License 27 | 28 | Copyright © 1991-2017 Unicode, Inc. All rights reserved. 29 | Distributed under the Terms of Use in http://www.unicode.org/copyright.html. 30 | 31 | Permission is hereby granted, free of charge, to any person obtaining 32 | a copy of the Unicode data files and any associated documentation 33 | (the "Data Files") or Unicode software and any associated documentation 34 | (the "Software") to deal in the Data Files or Software 35 | without restriction, including without limitation the rights to use, 36 | copy, modify, merge, publish, distribute, and/or sell copies of 37 | the Data Files or Software, and to permit persons to whom the Data Files 38 | or Software are furnished to do so, provided that either 39 | (a) this copyright and permission notice appear with all copies 40 | of the Data Files or Software, or 41 | (b) this copyright and permission notice appear in associated 42 | Documentation. 43 | 44 | THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF 45 | ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 46 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 47 | NONINFRINGEMENT OF THIRD PARTY RIGHTS. 48 | IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS 49 | NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL 50 | DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 51 | DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 52 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 53 | PERFORMANCE OF THE DATA FILES OR SOFTWARE. 54 | 55 | Except as contained in this notice, the name of a copyright holder 56 | shall not be used in advertising or otherwise to promote the sale, 57 | use or other dealings in these Data Files or Software without prior 58 | written authorization of the copyright holder. 59 | 60 | License notice for Zlib 61 | ----------------------- 62 | 63 | https://github.com/madler/zlib 64 | http://zlib.net/zlib_license.html 65 | 66 | /* zlib.h -- interface of the 'zlib' general purpose compression library 67 | version 1.2.11, January 15th, 2017 68 | 69 | Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler 70 | 71 | This software is provided 'as-is', without any express or implied 72 | warranty. In no event will the authors be held liable for any damages 73 | arising from the use of this software. 74 | 75 | Permission is granted to anyone to use this software for any purpose, 76 | including commercial applications, and to alter it and redistribute it 77 | freely, subject to the following restrictions: 78 | 79 | 1. The origin of this software must not be misrepresented; you must not 80 | claim that you wrote the original software. If you use this software 81 | in a product, an acknowledgment in the product documentation would be 82 | appreciated but is not required. 83 | 2. Altered source versions must be plainly marked as such, and must not be 84 | misrepresented as being the original software. 85 | 3. This notice may not be removed or altered from any source distribution. 86 | 87 | Jean-loup Gailly Mark Adler 88 | jloup@gzip.org madler@alumni.caltech.edu 89 | 90 | */ 91 | 92 | License notice for Mono 93 | ------------------------------- 94 | 95 | http://www.mono-project.com/docs/about-mono/ 96 | 97 | Copyright (c) .NET Foundation Contributors 98 | 99 | MIT License 100 | 101 | Permission is hereby granted, free of charge, to any person obtaining a copy 102 | of this software and associated documentation files (the Software), to deal 103 | in the Software without restriction, including without limitation the rights 104 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 105 | copies of the Software, and to permit persons to whom the Software is 106 | furnished to do so, subject to the following conditions: 107 | 108 | The above copyright notice and this permission notice shall be included in all 109 | copies or substantial portions of the Software. 110 | 111 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 112 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 113 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 114 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 115 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 116 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 117 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 118 | 119 | License notice for International Organization for Standardization 120 | ----------------------------------------------------------------- 121 | 122 | Portions (C) International Organization for Standardization 1986: 123 | Permission to copy in any form is granted for use with 124 | conforming SGML systems and applications as defined in 125 | ISO 8879, provided this notice is included in all copies. 126 | 127 | License notice for Intel 128 | ------------------------ 129 | 130 | "Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved 131 | 132 | Redistribution and use in source and binary forms, with or without 133 | modification, are permitted provided that the following conditions are met: 134 | 135 | 1. Redistributions of source code must retain the above copyright notice, this 136 | list of conditions and the following disclaimer. 137 | 138 | 2. Redistributions in binary form must reproduce the above copyright notice, 139 | this list of conditions and the following disclaimer in the documentation 140 | and/or other materials provided with the distribution. 141 | 142 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 143 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 144 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 145 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 146 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 147 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 148 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 149 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 150 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 151 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 152 | 153 | License notice for Xamarin and Novell 154 | ------------------------------------- 155 | 156 | Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com) 157 | 158 | Permission is hereby granted, free of charge, to any person obtaining a copy 159 | of this software and associated documentation files (the "Software"), to deal 160 | in the Software without restriction, including without limitation the rights 161 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 162 | copies of the Software, and to permit persons to whom the Software is 163 | furnished to do so, subject to the following conditions: 164 | 165 | The above copyright notice and this permission notice shall be included in 166 | all copies or substantial portions of the Software. 167 | 168 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 169 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 170 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 171 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 172 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 173 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 174 | THE SOFTWARE. 175 | 176 | Copyright (c) 2011 Novell, Inc (http://www.novell.com) 177 | 178 | Permission is hereby granted, free of charge, to any person obtaining a copy 179 | of this software and associated documentation files (the "Software"), to deal 180 | in the Software without restriction, including without limitation the rights 181 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 182 | copies of the Software, and to permit persons to whom the Software is 183 | furnished to do so, subject to the following conditions: 184 | 185 | The above copyright notice and this permission notice shall be included in 186 | all copies or substantial portions of the Software. 187 | 188 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 189 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 190 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 191 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 192 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 193 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 194 | THE SOFTWARE. 195 | 196 | Third party notice for W3C 197 | -------------------------- 198 | 199 | "W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE 200 | Status: This license takes effect 13 May, 2015. 201 | This work is being provided by the copyright holders under the following license. 202 | License 203 | By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. 204 | Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications: 205 | The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. 206 | Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included. 207 | Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)." 208 | Disclaimers 209 | THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. 210 | COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT. 211 | The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders." 212 | 213 | License notice for Bit Twiddling Hacks 214 | -------------------------------------- 215 | 216 | Bit Twiddling Hacks 217 | 218 | By Sean Eron Anderson 219 | seander@cs.stanford.edu 220 | 221 | Individually, the code snippets here are in the public domain (unless otherwise 222 | noted) — feel free to use them however you please. The aggregate collection and 223 | descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are 224 | distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and 225 | without even the implied warranty of merchantability or fitness for a particular 226 | purpose. 227 | 228 | License notice for Brotli 229 | -------------------------------------- 230 | 231 | Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. 232 | 233 | Permission is hereby granted, free of charge, to any person obtaining a copy 234 | of this software and associated documentation files (the "Software"), to deal 235 | in the Software without restriction, including without limitation the rights 236 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 237 | copies of the Software, and to permit persons to whom the Software is 238 | furnished to do so, subject to the following conditions: 239 | 240 | The above copyright notice and this permission notice shall be included in 241 | all copies or substantial portions of the Software. 242 | 243 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 244 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 245 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 246 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 247 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 248 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 249 | THE SOFTWARE. 250 | 251 | compress_fragment.c: 252 | Copyright (c) 2011, Google Inc. 253 | All rights reserved. 254 | 255 | Redistribution and use in source and binary forms, with or without 256 | modification, are permitted provided that the following conditions are 257 | met: 258 | 259 | * Redistributions of source code must retain the above copyright 260 | notice, this list of conditions and the following disclaimer. 261 | * Redistributions in binary form must reproduce the above 262 | copyright notice, this list of conditions and the following disclaimer 263 | in the documentation and/or other materials provided with the 264 | distribution. 265 | * Neither the name of Google Inc. nor the names of its 266 | contributors may be used to endorse or promote products derived from 267 | this software without specific prior written permission. 268 | 269 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 270 | ""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 271 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 272 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 273 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 274 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 275 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 276 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 277 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 278 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 279 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 280 | 281 | decode_fuzzer.c: 282 | Copyright (c) 2015 The Chromium Authors. All rights reserved. 283 | 284 | Redistribution and use in source and binary forms, with or without 285 | modification, are permitted provided that the following conditions are 286 | met: 287 | 288 | * Redistributions of source code must retain the above copyright 289 | notice, this list of conditions and the following disclaimer. 290 | * Redistributions in binary form must reproduce the above 291 | copyright notice, this list of conditions and the following disclaimer 292 | in the documentation and/or other materials provided with the 293 | distribution. 294 | * Neither the name of Google Inc. nor the names of its 295 | contributors may be used to endorse or promote products derived from 296 | this software without specific prior written permission. 297 | 298 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 299 | ""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 300 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 301 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 302 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 303 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 304 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 305 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 306 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 307 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 308 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." 309 | 310 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/netcore50/zh-hans/System.Net.Requests.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | System.Net.Requests 5 | 6 | 7 | 8 | 提供 类的 HTTP 特定的实现。 9 | 10 | 11 | 取消对 Internet 资源的请求。 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 获取或设置 Accept HTTP 标头的值。 20 | Accept HTTP 标头的值。默认值为 null。 21 | 22 | 23 | 获取或设置一个值,该值指示是否对从 Internet 资源接收的数据进行缓冲处理。 24 | true要缓冲接收到来自 Internet 资源 ;否则为false。true 允许对从 Internet 资源接收的数据进行缓冲处理,false 禁用缓冲处理。默认值为 true。 25 | 26 | 27 | 开始对用来写入数据的 对象的异步请求。 28 | 引用该异步请求的 29 | 30 | 委托。 31 | 此请求的状态对象。 32 | 33 | 属性为 GET 或 HEAD。- 或 - 为 true, 为 false, 为 -1, 为 false, 为 POST 或 PUT。 34 | 流正由上一个 调用使用。- 或 - 被设置为一个值,并且 为 false。- 或 -线程池中的线程即将用完。 35 | 请求缓存验证程序指示对此请求的响应可从缓存中提供;但是写入数据的请求不得使用缓存。如果您正在使用错误实现的自定义缓存验证程序,则会发生此异常。 36 | 37 | 以前被调用过。 38 | 在 .NET Compact Framework 应用程序中,未正确获得和关闭一个内容长度为零的请求流。有关处理内容长度为零的请求的更多信息,请参见 Network Programming in the .NET Compact Framework。 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 开始对 Internet 资源的异步请求。 50 | 引用对响应的异步请求的 51 | 52 | 委托 53 | 此请求的状态对象。 54 | 流正由上一个 调用使用- 或 - 被设置为一个值,并且 为 false。- 或 -线程池中的线程即将用完。 55 | 56 | 为 GET 或 HEAD,且 大于零或 为 true。- 或 - 为 true, 为 false,同时 为 -1, 为 false,或者 为 POST 或 PUT。- 或 -该 具有实体,但不用调用 方法调用 方法。- 或 - 大于零,但应用程序不会写入所有承诺的数据。 57 | 58 | 以前被调用过。 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 获取或设置 Content-type HTTP 标头的值。 70 | Content-type HTTP 标头的值。默认值为 null。 71 | 72 | 73 | 获取或设置在接收到来自服务器的 100 次连续响应之前要等待的超时(以毫秒为单位)。 74 | 在接收到 100-Continue 之前要等待的超时(以毫秒为单位)。 75 | 76 | 77 | 获取或设置与此请求关联的 Cookie。 78 | 包含与此请求关联的 Cookie 的 79 | 80 | 81 | 获取或设置请求的身份验证信息。 82 | 包含与该请求关联的身份验证凭据的 。默认值为 null。 83 | 84 | 85 | 86 | 87 | 88 | 结束对用于写入数据的 对象的异步请求。 89 | 用来写入请求数据的 90 | 对流的挂起请求。 91 | 92 | 为 null。 93 | 请求未完成,没有可用的流。 94 | 当前实例没有从 调用返回 95 | 以前使用 调用过此方法。 96 | 97 | 以前被调用过。- 或 -处理请求时发生错误。 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 结束对 Internet 资源的异步请求。 106 | 包含来自 Internet 资源的响应的 107 | 挂起的对响应的请求。 108 | 109 | 为 null。 110 | 以前使用 调用过此方法。- 或 - 属性大于 0,但是数据尚未写入请求流。 111 | 112 | 以前被调用过。- 或 -处理请求时发生错误。 113 | 114 | was not returned by the current instance from a call to . 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 获取一个值,该值指示是否收到了来自 Internet 资源的响应。 123 | 如果接收到了响应,则为 true,否则为 false。 124 | 125 | 126 | 指定构成 HTTP 标头的名称/值对的集合。 127 | 包含构成 HTTP 请求标头的名称/值对的 128 | 已通过调用 方法启动了该请求。 129 | 130 | 131 | 132 | 133 | 134 | 获取或设置请求的方法。 135 | 用于联系 Internet 资源的请求方法。默认值为 GET。 136 | 未提供任何方法。- 或 -方法字符串包含无效字符。 137 | 138 | 139 | 获取请求的原始统一资源标识符 (URI)。 140 | 一个 ,其中包含传递给 方法的 Internet 资源的 URI。 141 | 142 | 143 | 获取一个值,该值指示请求是否为 提供支持。 144 | true如果请求提供了对支持;否则为false。如果支持 ,则为 true;否则为 false。 145 | 146 | 147 | 获取或设置一个 值,该值控制默认凭据是否随请求一起发送。 148 | 如果使用默认凭据,则为 true;否则为 false。默认值为 false。 149 | 您尝试在该请求发送之后设置此属性。 150 | 151 | 152 | 153 | 154 | 155 | 提供 类的 HTTP 特定的实现。 156 | 157 | 158 | 获取请求返回的内容的长度。 159 | 由请求所返回的字节数。内容长度不包括标头信息。 160 | 已释放当前的实例。 161 | 162 | 163 | 获取响应的内容类型。 164 | 包含响应的内容类型的字符串。 165 | 已释放当前的实例。 166 | 167 | 168 | 获取或设置与此响应关联的 Cookie。 169 | 170 | ,包含与此响应关联的 Cookie。 171 | 已释放当前的实例。 172 | 173 | 174 | 释放由 使用的非托管资源,并可根据需要释放托管资源。 175 | 如果释放托管资源和非托管资源,则为 true;如果仅释放非托管资源,则为 false。 176 | 177 | 178 | 获取流,该流用于读取来自服务器的响应的体。 179 | 一个 ,包含响应的体。 180 | 没有响应流。 181 | 已释放当前的实例。 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 获取来自服务器的与此响应关联的标头。 190 | 一个 ,包含与响应一起返回的标头信息。 191 | 已释放当前的实例。 192 | 193 | 194 | 获取用于返回响应的方法。 195 | 一个字符串,包含用于返回响应的 HTTP 方法。 196 | 已释放当前的实例。 197 | 198 | 199 | 获取响应请求的 Internet 资源的 URI。 200 | 一个 ,包含响应请求的 Internet 资源的 URI。 201 | 已释放当前的实例。 202 | 203 | 204 | 获取响应的状态。 205 | 206 | 值之一。 207 | 已释放当前的实例。 208 | 209 | 210 | 获取与响应一起返回的状态说明。 211 | 一个字符串,描述响应的状态。 212 | 已释放当前的实例。 213 | 214 | 215 | 获取指示是否支持标题的值。 216 | 返回 。如果标题受支持,则为 true;否则为 false。 217 | 218 | 219 | 提供用于创建 实例的基接口。 220 | 221 | 222 | 创建一个 实例。 223 | 一个 实例。 224 | Web 资源的统一资源标识符 (URI)。 225 | 实例不支持在 中指定的请求方案。 226 | 227 | 为 null。 228 | 在 .NET for Windows Store 应用程序 或 可移植类库 中,请改为捕获基类异常 中指定的 URI 不是有效的 URI。 229 | 230 | 231 | 使用网络协议期间出错时引发的异常。 232 | 233 | 234 | 初始化 类的新实例。 235 | 236 | 237 | 用指定消息初始化 类的新实例。 238 | 错误消息字符串。 239 | 240 | 241 | 通过可插接协议访问网络期间出错时引发的异常。 242 | 243 | 244 | 初始化 类的新实例。 245 | 246 | 247 | 使用指定的错误消息初始化 类的新实例。 248 | 错误消息的文本。 249 | 250 | 251 | 用指定的错误信息和嵌套异常初始化 类的新实例。 252 | 错误消息的文本。 253 | 嵌套异常。 254 | 255 | 256 | 用指定的错误信息、嵌套异常、状态和响应初始化 类的新实例。 257 | 错误消息的文本。 258 | 嵌套异常。 259 | 260 | 值之一。 261 | 包含来自远程主机的响应的 实例。 262 | 263 | 264 | 用指定的错误信息和状态初始化 类的新实例。 265 | 错误消息的文本。 266 | 267 | 值之一。 268 | 269 | 270 | 获取远程主机返回的响应。 271 | 如果可从 Internet 资源获得响应,则为包含来自 Internet 资源的错误响应的 实例;否则为 null。 272 | 273 | 274 | 获取响应的状态。 275 | 276 | 值之一。 277 | 278 | 279 | 类定义状态代码。 280 | 281 | 282 | 未能在传输级联系到远程服务点。 283 | 284 | 285 | 当发送请求或从服务器接收响应时,会接收到超出指定限制的消息。 286 | 287 | 288 | 内部异步请求挂起。 289 | 290 | 291 | 请求被取消, 方法被调用,或者发生了不可分类的错误。这是 的默认值。 292 | 293 | 294 | 未能将完整请求发送到远程服务器。 295 | 296 | 297 | 未遇到任何错误。 298 | 299 | 300 | 发生未知类型的异常。 301 | 302 | 303 | 对统一资源标识符 (URI) 发出请求。这是一个 abstract 类。 304 | 305 | 306 | 初始化 类的新实例。 307 | 308 | 309 | 中止请求 310 | Any attempt is made to access the method, when the method is not overridden in a descendant class. 311 | 312 | 313 | 314 | 315 | 316 | 当在子类中重写时,提供 方法的异步版本。 317 | 引用该异步请求的 318 | 319 | 委托。 320 | 包含此异步请求的状态信息的对象。 321 | Any attempt is made to access the method, when the method is not overridden in a descendant class. 322 | 323 | 324 | 当在子类中被重写时,开始对 Internet 资源的异步请求。 325 | 引用该异步请求的 326 | 327 | 委托。 328 | 包含此异步请求的状态信息的对象。 329 | Any attempt is made to access the method, when the method is not overridden in a descendant class. 330 | 331 | 332 | 当在子类中被重写时,获取或设置所发送的请求数据的内容类型。 333 | 请求数据的内容类型。 334 | Any attempt is made to get or set the property, when the property is not overridden in a descendant class. 335 | 336 | 337 | 338 | 339 | 340 | 为指定的 URI 方案初始化新的 实例。 341 | 特定 URI 方案的 子代。 342 | 标识 Internet 资源的 URI。 343 | The request scheme specified in has not been registered. 344 | 345 | is null. 346 | The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. 347 | In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, , instead.The URI specified in is not a valid URI. 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 为指定的 URI 方案初始化新的 实例。 356 | 指定的 URI 方案的 子代。 357 | 包含请求的资源的 URI 的 。 358 | The request scheme specified in is not registered. 359 | 360 | is null. 361 | The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 为指定的 URI 字符串初始化新的 实例。 370 | 返回 。特定 URI 字符串的 实例。 371 | 标识 Internet 资源的 URI 字符串。 372 | The request scheme specified in is the http or https scheme. 373 | 374 | is null. 375 | The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. 376 | The URI specified in is not a valid URI. 377 | 378 | 379 | 为指定的 URI 初始化新的 实例。 380 | 返回 。特定 URI 字符串的 实例。 381 | 标识 Internet 资源的 URI。 382 | The request scheme specified in is the http or https scheme. 383 | 384 | is null. 385 | The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. 386 | The URI specified in is not a valid URI. 387 | 388 | 389 | 当在子类中被重写时,获取或设置用于对 Internet 资源请求进行身份验证的网络凭据。 390 | 包含与该请求关联的身份验证凭据的 。默认值为 null。 391 | Any attempt is made to get or set the property, when the property is not overridden in a descendant class. 392 | 393 | 394 | 395 | 396 | 397 | 获取或设置全局 HTTP 代理。 398 | 实例的每一次调用所使用的 399 | 400 | 401 | 当在子类中重写时,返回用于将数据写入 Internet 资源的 402 | 将数据写入的 403 | 引用对流的挂起请求的 。 404 | Any attempt is made to access the method, when the method is not overridden in a descendant class. 405 | 406 | 407 | 当在子类中重写时,返回 408 | 包含对 Internet 请求的响应的 409 | 引用对响应的挂起请求的 。 410 | Any attempt is made to access the method, when the method is not overridden in a descendant class. 411 | 412 | 413 | 当在子类中被重写时,将用于写入数据的 作为异步操作返回到 Internet 资源。 414 | 返回 。表示异步操作的任务对象。 415 | 416 | 417 | 当在子代类中被重写时,将作为异步操作返回对 Internet 请求的响应。 418 | 返回 。表示异步操作的任务对象。 419 | 420 | 421 | 当在子类中被重写时,获取或设置与请求关联的标头名称/值对的集合。 422 | 包含与此请求关联的标头名称/值对的 423 | Any attempt is made to get or set the property, when the property is not overridden in a descendant class. 424 | 425 | 426 | 427 | 428 | 429 | 当在子类中被重写时,获取或设置要在此请求中使用的协议方法。 430 | 要在此请求中使用的协议方法。 431 | If the property is not overridden in a descendant class, any attempt is made to get or set the property. 432 | 433 | 434 | 435 | 436 | 437 | 当在子类中被重写时,获取或设置用于访问此 Internet 资源的网络代理。 438 | 用于访问 Internet 资源的 439 | Any attempt is made to get or set the property, when the property is not overridden in a descendant class. 440 | 441 | 442 | 443 | 444 | 445 | 为指定的 URI 注册 子代。 446 | 如果注册成功,则为 true;否则为 false。 447 | 448 | 子代为其提供服务的完整 URI 或 URI 前缀。 449 | 创建方法, 调用它以创建 子代。 450 | 451 | is null-or- is null. 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 当在子类中被重写时,获取与请求关联的 Internet 资源的 URI。 460 | 表示与请求关联的资源的 461 | Any attempt is made to get or set the property, when the property is not overridden in a descendant class. 462 | 463 | 464 | 465 | 466 | 467 | 当在子代类中重写时,获取或设置一个 值,该值控制 是否随请求一起发送。 468 | 如果使用默认凭据,则为 true;否则为 false。默认值为 false。 469 | You attempted to set this property after the request was sent. 470 | Any attempt is made to access the property, when the property is not overridden in a descendant class. 471 | 472 | 473 | 474 | 475 | 476 | 提供来自统一资源标识符 (URI) 的响应。这是一个 abstract 类。 477 | 478 | 479 | 初始化 类的新实例。 480 | 481 | 482 | 当在子类中重写时,获取或设置接收的数据的内容长度。 483 | 从 Internet 资源返回的字节数。 484 | 当未在子类中重写该属性时,试图获取或设置该属性。 485 | 486 | 487 | 488 | 489 | 490 | 当在派生类中重写时,获取或设置接收的数据的内容类型。 491 | 包含响应的内容类型的字符串。 492 | 当未在子类中重写该属性时,试图获取或设置该属性。 493 | 494 | 495 | 496 | 497 | 498 | 释放 对象使用的非托管资源。 499 | 500 | 501 | 释放由 对象使用的非托管资源,并可根据需要释放托管资源。 502 | 如果释放托管资源和非托管资源,则为 true;如果仅释放非托管资源,则为 false。 503 | 504 | 505 | 当在子类中重写时,从 Internet 资源返回数据流。 506 | 用于从 Internet 资源中读取数据的 类的实例。 507 | 当未在子类中重写该方法时,试图访问该方法。 508 | 509 | 510 | 511 | 512 | 513 | 当在派生类中重写时,获取与此请求关联的标头名称/值对的集合。 514 | 515 | 类的实例,包含与此响应关联的标头值。 516 | 当未在子类中重写该属性时,试图获取或设置该属性。 517 | 518 | 519 | 520 | 521 | 522 | 当在派生类中重写时,获取实际响应此请求的 Internet 资源的 URI。 523 | 524 | 类的实例,包含实际响应此请求的 Internet 资源的 URI。 525 | 当未在子类中重写该属性时,试图获取或设置该属性。 526 | 527 | 528 | 529 | 530 | 531 | 获取指示是否支持标题的值。 532 | 返回 。如果标题受支持,则为 true;否则为 false。 533 | 534 | 535 | -------------------------------------------------------------------------------- /packages/System.Net.Requests.4.3.0/ref/netstandard1.0/zh-hans/System.Net.Requests.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | System.Net.Requests 5 | 6 | 7 | 8 | 提供 类的 HTTP 特定的实现。 9 | 10 | 11 | 取消对 Internet 资源的请求。 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 获取或设置 Accept HTTP 标头的值。 20 | Accept HTTP 标头的值。默认值为 null。 21 | 22 | 23 | 获取或设置一个值,该值指示是否对从 Internet 资源接收的数据进行缓冲处理。 24 | true要缓冲接收到来自 Internet 资源 ;否则为false。true 允许对从 Internet 资源接收的数据进行缓冲处理,false 禁用缓冲处理。默认值为 true。 25 | 26 | 27 | 开始对用来写入数据的 对象的异步请求。 28 | 引用该异步请求的 29 | 30 | 委托。 31 | 此请求的状态对象。 32 | 33 | 属性为 GET 或 HEAD。- 或 - 为 true, 为 false, 为 -1, 为 false, 为 POST 或 PUT。 34 | 流正由上一个 调用使用。- 或 - 被设置为一个值,并且 为 false。- 或 -线程池中的线程即将用完。 35 | 请求缓存验证程序指示对此请求的响应可从缓存中提供;但是写入数据的请求不得使用缓存。如果您正在使用错误实现的自定义缓存验证程序,则会发生此异常。 36 | 37 | 以前被调用过。 38 | 在 .NET Compact Framework 应用程序中,未正确获得和关闭一个内容长度为零的请求流。有关处理内容长度为零的请求的更多信息,请参见 Network Programming in the .NET Compact Framework。 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 开始对 Internet 资源的异步请求。 50 | 引用对响应的异步请求的 51 | 52 | 委托 53 | 此请求的状态对象。 54 | 流正由上一个 调用使用- 或 - 被设置为一个值,并且 为 false。- 或 -线程池中的线程即将用完。 55 | 56 | 为 GET 或 HEAD,且 大于零或 为 true。- 或 - 为 true, 为 false,同时 为 -1, 为 false,或者 为 POST 或 PUT。- 或 -该 具有实体,但不用调用 方法调用 方法。- 或 - 大于零,但应用程序不会写入所有承诺的数据。 57 | 58 | 以前被调用过。 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 获取或设置 Content-type HTTP 标头的值。 70 | Content-type HTTP 标头的值。默认值为 null。 71 | 72 | 73 | 获取或设置在接收到来自服务器的 100 次连续响应之前要等待的超时(以毫秒为单位)。 74 | 在接收到 100-Continue 之前要等待的超时(以毫秒为单位)。 75 | 76 | 77 | 获取或设置与此请求关联的 Cookie。 78 | 包含与此请求关联的 Cookie 的 79 | 80 | 81 | 获取或设置请求的身份验证信息。 82 | 包含与该请求关联的身份验证凭据的 。默认值为 null。 83 | 84 | 85 | 86 | 87 | 88 | 结束对用于写入数据的 对象的异步请求。 89 | 用来写入请求数据的 90 | 对流的挂起请求。 91 | 92 | 为 null。 93 | 请求未完成,没有可用的流。 94 | 当前实例没有从 调用返回 95 | 以前使用 调用过此方法。 96 | 97 | 以前被调用过。- 或 -处理请求时发生错误。 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 结束对 Internet 资源的异步请求。 106 | 包含来自 Internet 资源的响应的 107 | 挂起的对响应的请求。 108 | 109 | 为 null。 110 | 以前使用 调用过此方法。- 或 - 属性大于 0,但是数据尚未写入请求流。 111 | 112 | 以前被调用过。- 或 -处理请求时发生错误。 113 | 114 | was not returned by the current instance from a call to . 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 获取一个值,该值指示是否收到了来自 Internet 资源的响应。 123 | 如果接收到了响应,则为 true,否则为 false。 124 | 125 | 126 | 指定构成 HTTP 标头的名称/值对的集合。 127 | 包含构成 HTTP 请求标头的名称/值对的 128 | 已通过调用 方法启动了该请求。 129 | 130 | 131 | 132 | 133 | 134 | 获取或设置请求的方法。 135 | 用于联系 Internet 资源的请求方法。默认值为 GET。 136 | 未提供任何方法。- 或 -方法字符串包含无效字符。 137 | 138 | 139 | 获取请求的原始统一资源标识符 (URI)。 140 | 一个 ,其中包含传递给 方法的 Internet 资源的 URI。 141 | 142 | 143 | 获取一个值,该值指示请求是否为 提供支持。 144 | true如果请求提供了对支持;否则为false。如果支持 ,则为 true;否则为 false。 145 | 146 | 147 | 获取或设置一个 值,该值控制默认凭据是否随请求一起发送。 148 | 如果使用默认凭据,则为 true;否则为 false。默认值为 false。 149 | 您尝试在该请求发送之后设置此属性。 150 | 151 | 152 | 153 | 154 | 155 | 提供 类的 HTTP 特定的实现。 156 | 157 | 158 | 获取请求返回的内容的长度。 159 | 由请求所返回的字节数。内容长度不包括标头信息。 160 | 已释放当前的实例。 161 | 162 | 163 | 获取响应的内容类型。 164 | 包含响应的内容类型的字符串。 165 | 已释放当前的实例。 166 | 167 | 168 | 获取或设置与此响应关联的 Cookie。 169 | 170 | ,包含与此响应关联的 Cookie。 171 | 已释放当前的实例。 172 | 173 | 174 | 释放由 使用的非托管资源,并可根据需要释放托管资源。 175 | 如果释放托管资源和非托管资源,则为 true;如果仅释放非托管资源,则为 false。 176 | 177 | 178 | 获取流,该流用于读取来自服务器的响应的体。 179 | 一个 ,包含响应的体。 180 | 没有响应流。 181 | 已释放当前的实例。 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 获取来自服务器的与此响应关联的标头。 190 | 一个 ,包含与响应一起返回的标头信息。 191 | 已释放当前的实例。 192 | 193 | 194 | 获取用于返回响应的方法。 195 | 一个字符串,包含用于返回响应的 HTTP 方法。 196 | 已释放当前的实例。 197 | 198 | 199 | 获取响应请求的 Internet 资源的 URI。 200 | 一个 ,包含响应请求的 Internet 资源的 URI。 201 | 已释放当前的实例。 202 | 203 | 204 | 获取响应的状态。 205 | 206 | 值之一。 207 | 已释放当前的实例。 208 | 209 | 210 | 获取与响应一起返回的状态说明。 211 | 一个字符串,描述响应的状态。 212 | 已释放当前的实例。 213 | 214 | 215 | 获取指示是否支持标题的值。 216 | 返回 。如果标题受支持,则为 true;否则为 false。 217 | 218 | 219 | 提供用于创建 实例的基接口。 220 | 221 | 222 | 创建一个 实例。 223 | 一个 实例。 224 | Web 资源的统一资源标识符 (URI)。 225 | 实例不支持在 中指定的请求方案。 226 | 227 | 为 null。 228 | 在 .NET for Windows Store 应用程序 或 可移植类库 中,请改为捕获基类异常 中指定的 URI 不是有效的 URI。 229 | 230 | 231 | 使用网络协议期间出错时引发的异常。 232 | 233 | 234 | 初始化 类的新实例。 235 | 236 | 237 | 用指定消息初始化 类的新实例。 238 | 错误消息字符串。 239 | 240 | 241 | 通过可插接协议访问网络期间出错时引发的异常。 242 | 243 | 244 | 初始化 类的新实例。 245 | 246 | 247 | 使用指定的错误消息初始化 类的新实例。 248 | 错误消息的文本。 249 | 250 | 251 | 用指定的错误信息和嵌套异常初始化 类的新实例。 252 | 错误消息的文本。 253 | 嵌套异常。 254 | 255 | 256 | 用指定的错误信息、嵌套异常、状态和响应初始化 类的新实例。 257 | 错误消息的文本。 258 | 嵌套异常。 259 | 260 | 值之一。 261 | 包含来自远程主机的响应的 实例。 262 | 263 | 264 | 用指定的错误信息和状态初始化 类的新实例。 265 | 错误消息的文本。 266 | 267 | 值之一。 268 | 269 | 270 | 获取远程主机返回的响应。 271 | 如果可从 Internet 资源获得响应,则为包含来自 Internet 资源的错误响应的 实例;否则为 null。 272 | 273 | 274 | 获取响应的状态。 275 | 276 | 值之一。 277 | 278 | 279 | 类定义状态代码。 280 | 281 | 282 | 未能在传输级联系到远程服务点。 283 | 284 | 285 | 当发送请求或从服务器接收响应时,会接收到超出指定限制的消息。 286 | 287 | 288 | 内部异步请求挂起。 289 | 290 | 291 | 请求被取消, 方法被调用,或者发生了不可分类的错误。这是 的默认值。 292 | 293 | 294 | 未能将完整请求发送到远程服务器。 295 | 296 | 297 | 未遇到任何错误。 298 | 299 | 300 | 发生未知类型的异常。 301 | 302 | 303 | 对统一资源标识符 (URI) 发出请求。这是一个 abstract 类。 304 | 305 | 306 | 初始化 类的新实例。 307 | 308 | 309 | 中止请求 310 | Any attempt is made to access the method, when the method is not overridden in a descendant class. 311 | 312 | 313 | 314 | 315 | 316 | 当在子类中重写时,提供 方法的异步版本。 317 | 引用该异步请求的 318 | 319 | 委托。 320 | 包含此异步请求的状态信息的对象。 321 | Any attempt is made to access the method, when the method is not overridden in a descendant class. 322 | 323 | 324 | 当在子类中被重写时,开始对 Internet 资源的异步请求。 325 | 引用该异步请求的 326 | 327 | 委托。 328 | 包含此异步请求的状态信息的对象。 329 | Any attempt is made to access the method, when the method is not overridden in a descendant class. 330 | 331 | 332 | 当在子类中被重写时,获取或设置所发送的请求数据的内容类型。 333 | 请求数据的内容类型。 334 | Any attempt is made to get or set the property, when the property is not overridden in a descendant class. 335 | 336 | 337 | 338 | 339 | 340 | 为指定的 URI 方案初始化新的 实例。 341 | 特定 URI 方案的 子代。 342 | 标识 Internet 资源的 URI。 343 | The request scheme specified in has not been registered. 344 | 345 | is null. 346 | The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. 347 | In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, , instead.The URI specified in is not a valid URI. 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 为指定的 URI 方案初始化新的 实例。 356 | 指定的 URI 方案的 子代。 357 | 包含请求的资源的 URI 的 。 358 | The request scheme specified in is not registered. 359 | 360 | is null. 361 | The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 为指定的 URI 字符串初始化新的 实例。 370 | 返回 。特定 URI 字符串的 实例。 371 | 标识 Internet 资源的 URI 字符串。 372 | The request scheme specified in is the http or https scheme. 373 | 374 | is null. 375 | The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. 376 | The URI specified in is not a valid URI. 377 | 378 | 379 | 为指定的 URI 初始化新的 实例。 380 | 返回 。特定 URI 字符串的 实例。 381 | 标识 Internet 资源的 URI。 382 | The request scheme specified in is the http or https scheme. 383 | 384 | is null. 385 | The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. 386 | The URI specified in is not a valid URI. 387 | 388 | 389 | 当在子类中被重写时,获取或设置用于对 Internet 资源请求进行身份验证的网络凭据。 390 | 包含与该请求关联的身份验证凭据的 。默认值为 null。 391 | Any attempt is made to get or set the property, when the property is not overridden in a descendant class. 392 | 393 | 394 | 395 | 396 | 397 | 获取或设置全局 HTTP 代理。 398 | 实例的每一次调用所使用的 399 | 400 | 401 | 当在子类中重写时,返回用于将数据写入 Internet 资源的 402 | 将数据写入的 403 | 引用对流的挂起请求的 。 404 | Any attempt is made to access the method, when the method is not overridden in a descendant class. 405 | 406 | 407 | 当在子类中重写时,返回 408 | 包含对 Internet 请求的响应的 409 | 引用对响应的挂起请求的 。 410 | Any attempt is made to access the method, when the method is not overridden in a descendant class. 411 | 412 | 413 | 当在子类中被重写时,将用于写入数据的 作为异步操作返回到 Internet 资源。 414 | 返回 。表示异步操作的任务对象。 415 | 416 | 417 | 当在子代类中被重写时,将作为异步操作返回对 Internet 请求的响应。 418 | 返回 。表示异步操作的任务对象。 419 | 420 | 421 | 当在子类中被重写时,获取或设置与请求关联的标头名称/值对的集合。 422 | 包含与此请求关联的标头名称/值对的 423 | Any attempt is made to get or set the property, when the property is not overridden in a descendant class. 424 | 425 | 426 | 427 | 428 | 429 | 当在子类中被重写时,获取或设置要在此请求中使用的协议方法。 430 | 要在此请求中使用的协议方法。 431 | If the property is not overridden in a descendant class, any attempt is made to get or set the property. 432 | 433 | 434 | 435 | 436 | 437 | 当在子类中被重写时,获取或设置用于访问此 Internet 资源的网络代理。 438 | 用于访问 Internet 资源的 439 | Any attempt is made to get or set the property, when the property is not overridden in a descendant class. 440 | 441 | 442 | 443 | 444 | 445 | 为指定的 URI 注册 子代。 446 | 如果注册成功,则为 true;否则为 false。 447 | 448 | 子代为其提供服务的完整 URI 或 URI 前缀。 449 | 创建方法, 调用它以创建 子代。 450 | 451 | is null-or- is null. 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 当在子类中被重写时,获取与请求关联的 Internet 资源的 URI。 460 | 表示与请求关联的资源的 461 | Any attempt is made to get or set the property, when the property is not overridden in a descendant class. 462 | 463 | 464 | 465 | 466 | 467 | 当在子代类中重写时,获取或设置一个 值,该值控制 是否随请求一起发送。 468 | 如果使用默认凭据,则为 true;否则为 false。默认值为 false。 469 | You attempted to set this property after the request was sent. 470 | Any attempt is made to access the property, when the property is not overridden in a descendant class. 471 | 472 | 473 | 474 | 475 | 476 | 提供来自统一资源标识符 (URI) 的响应。这是一个 abstract 类。 477 | 478 | 479 | 初始化 类的新实例。 480 | 481 | 482 | 当在子类中重写时,获取或设置接收的数据的内容长度。 483 | 从 Internet 资源返回的字节数。 484 | 当未在子类中重写该属性时,试图获取或设置该属性。 485 | 486 | 487 | 488 | 489 | 490 | 当在派生类中重写时,获取或设置接收的数据的内容类型。 491 | 包含响应的内容类型的字符串。 492 | 当未在子类中重写该属性时,试图获取或设置该属性。 493 | 494 | 495 | 496 | 497 | 498 | 释放 对象使用的非托管资源。 499 | 500 | 501 | 释放由 对象使用的非托管资源,并可根据需要释放托管资源。 502 | 如果释放托管资源和非托管资源,则为 true;如果仅释放非托管资源,则为 false。 503 | 504 | 505 | 当在子类中重写时,从 Internet 资源返回数据流。 506 | 用于从 Internet 资源中读取数据的 类的实例。 507 | 当未在子类中重写该方法时,试图访问该方法。 508 | 509 | 510 | 511 | 512 | 513 | 当在派生类中重写时,获取与此请求关联的标头名称/值对的集合。 514 | 515 | 类的实例,包含与此响应关联的标头值。 516 | 当未在子类中重写该属性时,试图获取或设置该属性。 517 | 518 | 519 | 520 | 521 | 522 | 当在派生类中重写时,获取实际响应此请求的 Internet 资源的 URI。 523 | 524 | 类的实例,包含实际响应此请求的 Internet 资源的 URI。 525 | 当未在子类中重写该属性时,试图获取或设置该属性。 526 | 527 | 528 | 529 | 530 | 531 | 获取指示是否支持标题的值。 532 | 返回 。如果标题受支持,则为 true;否则为 false。 533 | 534 | 535 | --------------------------------------------------------------------------------