1 write to requestStream
System.Data.Services (1)
System\Data\Services\DataServiceHostWrapper.cs (1)
288
this.
requestStream
= this.host.RequestStream;
3 references to requestStream
System.Data.Services (3)
System\Data\Services\DataServiceHostWrapper.cs (3)
286
if (this.
requestStream
== null)
289
if (this.
requestStream
== null)
295
return this.
requestStream
;