Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default http socket

    Hi
    I need to build http/https socket with asp.net/vb.net.
    I looked a little and found the System.Net.Sockets
    Is that the class I should use?
    Is there any article/code about that?
    Any help is appreciated!


    Ran Guest

  2. Similar Questions and Discussions

    1. Send Basic HTTP authentication credential in the first HTTP request
      Hello, How can I make the web service proxy class send basic authentication information in the HTTP header of the first request? My...
    2. #19113 [Com]: HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
      ID: 19113 Comment by: arafuse at bcexplorers dot com Reported By: php_new at jdc dot parodius dot com Status: ...
    3. Socket.accept problem via Socket.for_fd($stdin.fileno)
      Hi, I am experiencing a rather infuriating problem with Socket.accept on Windows XP. The problem exists when I try to create a Socket from...
    4. Distinguishing between socket buffer full & socket disconnected
      I am using the IO::Select method can_write() to flow control the writing of a large amount of data to a socket, where the writer may well run ahead...
    5. Net::HTTP, LWP::UserAgent, IO::Socket, etc
      Hi all, I am going through the list of standard modules and found the following which all allow one to create an http connection: Net::HTTP,...
  3. #2

    Default Re: http socket

    I need to build form that can get and send data at the same time, a
    synchronic one.


    "Ben" <mustbejoking@120spamsaday.con> wrote in message
    news:%23eG4XEnRDHA.2152@TK2MSFTNGP12.phx.gbl...
    > There is a WebRequest object, there is a hosting environemt you can build
    on
    > and there are web servies, perhaps explain a bit more about what you are
    > trying to do.
    >
    > "Ran" <ran@chatroomusa.com> wrote in message
    > news:%23EuFXymRDHA.2116@TK2MSFTNGP12.phx.gbl...
    > > Hi
    > > I need to build http/https socket with asp.net/vb.net.
    > > I looked a little and found the System.Net.Sockets
    > > Is that the class I should use?
    > > Is there any article/code about that?
    > > Any help is appreciated!
    > >
    > >
    >
    >

    Ran Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139