C# API reference
C#
2
Posts
2
Posters
16
Views
1
Watching
-
Where can I find a website that has a reference to all the API's in C#? I want all the methods in System.net.*, etc....I want to know what I can call! Like what's in the headers of C/C++, if you're confused. Thanks!
-
Where can I find a website that has a reference to all the API's in C#? I want all the methods in System.net.*, etc....I want to know what I can call! Like what's in the headers of C/C++, if you're confused. Thanks!
You have two choices: 1) Use MSDN online, at http://msdn.microsoft.com 2) Get VisualStudio.NET, and use MSDN locally.