http

  1. R

    Unable to Set Username and Password in SOAP Request

    I'm attempting to consume a SOAP service that requires HTTP Basic Authentication (over HTTPS). I'm using WSE 3.0 on Visual Studio 2008. Here's the basics... Class SNCClient Inherits SoapClient Public Sub New(ByVal destination As EndpointReference)...
  2. C

    Question Http Get with images using Tcpclient

    Okay so I'm a little bit confused as to why I can't fix my problem -the thing is I have a tcpclient and I want to make http requests using it - I type the IP address of the target server and it's port which is 80 it all works fine when I'm requesting a page it's just I can't figure out how to...
Back
Top