¡@

Home 

c# Programming Glossary: loopback

Query Local IP Address

http://stackoverflow.com/questions/10336521/query-local-ip-address

the need to know my actual local IP address i.e. not the loopback address from a Windows 8 WinRT Metro app. There are several..

Is the sorting algorithm used by .NET's `Array.Sort()` method a stable algorithm?

http://stackoverflow.com/questions/148074/is-the-sorting-algorithm-used-by-nets-array-sort-method-a-stable-algorithm

WCF Service reference not working on other PC

http://stackoverflow.com/questions/16783974/wcf-service-reference-not-working-on-other-pc

question Windows Store Apps generally cannot use the loopback address except for 1 communication within the SAME process or.. process or 2 for development purposes. From How to enable loopback and troubleshoot network isolation Network communications using.. network isolation Network communications using an IP loopback address cannot be used for interprocess communication between..

How to detect working internet connection in C#?

http://stackoverflow.com/questions/2521569/how-to-detect-working-internet-connection-in-c

if any network interface is marked up and is not a loopback or tunnel interface. Keep in mind connectivity is not all you..

Is IP address on the same subnet as the local machine (with IPv6 support)

http://stackoverflow.com/questions/3679652/is-ip-address-on-the-same-subnet-as-the-local-machine-with-ipv6-support

to consider Link local addresses fe80 10 and multicast loopback and unspecified everything in the table The fact that in IPv6.. Ignore all addresses where the first 64 bits are 0 local loopback Ignore all addresses matching ff00 8 multicast If the address..

Capturing Window's audio in C#

http://stackoverflow.com/questions/4953125/capturing-windows-audio-in-c-sharp

audio share improve this question This is called loopback recording and it is possible in Windows. If you have a soundcard.. possible in Windows. If you have a soundcard that supports loopback I just checked on my low end Toshiba laptop and it doesn't you.. laptop and it doesn't you can record straight from the loopback device using the waveInOpen etc. API which is easy to use in..