I need to use a stream that I can configur to replace some input
string with another. It is probably not very difficult to do but I
can't imagine that this has not been written dozens of times before.
However I can't find something like it on the internet. Does anyone
know of such an example or has code? Or should I be creating an
impelementation of TextWriter/Reader in stead of of Stream?
Re: Strange problem when not in debugger ...private string huidigWeb;...int buffLength = 2048; ... // Opens a file stream to read the file to be uploaded ... (microsoft.public.dotnet.languages.csharp)
Re: ReplacerStream ...string, do a replace on that string and create a stream again to be ... If those are problems, and you are looking just for a single string, it seems to me that you could just read the stream one character at a time, checking to see if it matches the current character in your search string.... (microsoft.public.dotnet.framework)
Re: Strange problem when not in debugger ...private string huidigWeb;...int buffLength = 2048; ... // Opens a file stream to read the file to be uploaded ... (microsoft.public.dotnet.languages.csharp)
Re: HTTP Object and Retrieving HTML Programatically ... I had to hardcode some query string and form post values, ... chunks defined by the buffer size ... //create a stream reader grabbing text we get over HTTP ... while (workingbuffersize> 0) ... (microsoft.public.dotnet.framework.aspnet)