1 write to stream
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
3652
this.
stream
= stream;
3 references to stream
System.Data.Services.Client (3)
System\Data\Services\Client\DataServiceContext.cs (3)
3662
return this.
stream
;
3680
if (this.
stream
!= null && this.close)
3682
this.
stream
.Close();