Accessing the client socket from ASP.NET Web Service

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

  1. #1

    Default Accessing the client socket from ASP.NET Web Service

    Hello,

    My question is heretic and I don't see any good reasons for possitive
    answers, but just in case:

    Is there any way to manipulate a socket directly from ASP.NET web
    service. I need this in order to simulate special test cases. Of course
    there are other ways as implementing ISAPI filter or proxy but this
    seems to be the most consistent approach.

    Thank you for your time,
    Nacho


    Nacho Nachev Guest

  2. Similar Questions and Discussions

    1. Problems accessing dot net web service from java client
      I've also posted this issue to a Sun/java formum, but since it appears to be an integration issue, this may be the better place to posr: I have...
    2. Getting an error while accessing Web Services from a Windows Client
      I have deployed the same web services in two machines. I have used Microsoft Web services extensions. The web service has a method Search. When...
    3. Horrendous memory leak with TCP/IP Socket client, new to 5.8.0?
      I have a simple TCP/IP Socket client that worked fine without a memory leak in 5.6.0. But under 5.8.0 it leaks memory horribly. The program,...
    4. error in accessing webservice developed in Java from .NET client
      Hi Masters I have a webservice developed in Java which is running at port 8080. I am getting operation timed out error. I have tried by...
    5. Accessing TreeView Control properties on the client side
      Hi , I want to disable (AutoPostBack) for the tree . So on the click event I am able to retrieve the index of the node clicked on the client...
  3. #2

    Default Re: Accessing the client socket from ASP.NET Web Service

    okRe: Accessing the client socket from ASP.NET Web ServiceRe: Accessing the client socket from ASP.NET Web ServiceRe: Accessing the client socket from ASP.NET Web ServiceRe: Accessing the client socket from ASP.NET Web ServiceRe: Accessing the client socket from ASP.NET Web ServiceRe: Accessing the client socket from ASP.NET Web ServiceRe: Accessing the client socket from ASP.NET Web ServiceRe: Accessing the client socket from ASP.NET Web Service
    dsddsda 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