C# (c sharp) function list


C# has no functions in the ordinary sense. So you if you are looking for absolute value you can't call abs() any more and should use static method from Math class!

Math.Abs(foo_bar);

So you can forget right now about function and find some useful methods of class which grouped in namespaces.

Namespace overview you will find here. Base classes are collected in System namespace. And useful list and hashes are located in System.Collections namespace.

Enjoy!

how to change proxy in samsung galaxy android



changing proxy settings on android smartphones (samsung, galaxy, htc, etc)


EN: Wireless & networks Wi-Fi settings Proxy Settings and  Manual

DE: WLAN Einstellungen > Menütaste: Erweitert > Proxy/Port


RU: Беспроводные сети Настройки WiF  >  Настройка сети  >  Настройки прокси-сервера и Ручные




Asterisk AST_SORCERY function

 AST_SORCERY gets a field from a sorcery object. Sorcery is always created for PJSIP aors, endpoints and identifies in asterisk. It allows y...