Sends a request

C# | Visual Basic | Visual C++ |
public AsyncToken Send( byte[] postData, Hashtable headers )
Public Function Send ( _ postData As Byte(), _ headers As Hashtable _ ) As AsyncToken
public: AsyncToken^ Send( array<unsigned char>^ postData, Hashtable^ headers )
