Base:
property
CanRead
System.IO.Stream.CanRead
1 reference to CanRead
System.Data.Services (1)
parent\Client\System\Data\Services\Client\BatchStream.cs (1)
1503get { return (null != this.target && this.target.CanRead); }