HTTP Response Code VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christina

    HTTP Response Code VB.NET

    Hello,

    I have an application that HTTP posts a document and is supposed to
    receive an http "response code : 400" (or 200... code depends upon the
    success/failure) back.

    My question is:

    1) How do I make my application to return the same type of response ?
    Do I have to set : me.Response.Sta tusCode = 400 ?

    2) Is there a link which gives some details about it ?

    Thanks,
    Chris

Working...