Post Method
Post data to the server, and check the receipt.
Syntax
public void Post();
Public Sub Post()
Remarks
Post will generate the request and post it to the server. The reply will be checked; if a receipt was requested it will be validated, and any response will be checked for error messages.