2 writes to preReadBuffer
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
908
this.
preReadBuffer
= new byte[1];
911
this.
preReadBuffer
= null;
4 references to preReadBuffer
System.ServiceModel (4)
System\ServiceModel\Channels\HttpRequestContext.cs (4)
909
if (this.listenerHttpContext.listenerContext.Request.InputStream.Read(
preReadBuffer
, 0, 1) == 0)
939
get { return (this.
preReadBuffer
!= null || this.ContentLength > 0); }
989
if (this.
preReadBuffer
!= null)
991
return new ListenerContextInputStream(listenerHttpContext,
preReadBuffer
);