Page 42 - CSharp/C#
P. 42

WithDegreeOfParallelism                                                                          718

            AsOrdered                                                                                        718

            AsUnordered                                                                                      719

        Chapter 118: Partial class and methods                                                              720

          Introduction                                                                                       720

          Syntax                                                                                             720


          Remarks                                                                                            720
          Examples                                                                                           720


            Partial classes                                                                                  720
            Partial methods                                                                                  721

            Partial classes inheriting from a base class                                                     721

        Chapter 119: Performing HTTP requests                                                               723


          Examples                                                                                           723
            Creating and sending an HTTP POST request                                                        723

            Creating and sending an HTTP GET request                                                         723

            Error handling of specific HTTP response codes (such as 404 Not Found)                           724

            Sending asynchronous HTTP POST request with JSON body                                            724

            Sending asynchronous HTTP GET request and reading JSON request                                   725

            Retrieve HTML for Web Page (Simple)                                                              725

        Chapter 120: Pointers                                                                               726

          Remarks                                                                                            726

        Pointers and unsafe                                                                                 726

        Undefined behavior                                                                                  726


        Types that support pointers                                                                         726

          Examples                                                                                           726

            Pointers for array access                                                                        726

            Pointer arithmetic                                                                               727
            The asterisk is part of the type                                                                 727

            void*                                                                                            728

            Member access using ->                                                                           728

            Generic pointers                                                                                 729

        Chapter 121: Pointers & Unsafe Code                                                                 730
   37   38   39   40   41   42   43   44   45   46   47