Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    ...
        <compilation debug="true" />
      </system.web>
    </configuration>
    
  2. or download this
    using System;
    using System.Collections.Generic;
    ...
            string ReturnStatus();
        }
    }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    else{
        print $response->result;
    }