mac-samples/HttpClient
Craig a6577adcdf sample metadata schema fix (remove tech) 2019-07-19 18:59:42 -07:00
..
HttpClient Fixed 'HttpClient' FullProfile mode (#104) 2018-10-08 09:50:57 -04:00
Screenshots [HttpClient] Add HttpClient sample 2016-02-01 23:12:49 -03:00
HttpClient.sln [HttpClient] Add HttpClient sample 2016-02-01 23:12:49 -03:00
Metadata.xml [HttpClient] Add HttpClient sample 2016-02-01 23:12:49 -03:00
README.md sample metadata schema fix (remove tech) 2019-07-19 18:59:42 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.Mac - HttpClient This sample shows how to issue http/https web requests using .NET and Objective-C API. Main actions takes place in NetworkHandlers.cs file. There... sample
csharp
xamarin
httpclient

HttpClient

This sample shows how to issue http/https web requests using .NET and Objective-C API. Main actions takes place in NetworkHandlers.cs file. There you will find Cocoa and DotNet classes. DotNet class uses standard WebRequest to create web-requests. On the other hand Cocoa utilizes NSUrlRequest native class.

Build Requirements

OS X 10.10, Xcode 6.0 or later

Runtime

OS X 10.10

References

Checkout how to issue http/https web requests in Xamarin.iOS here

HttpClient application screenshot

Author

Chris Hamons