4 references to net_noseek
System.Net.Security (4)
System\Net\Security\NegotiateStream.cs (2)
281
set => throw new NotSupportedException(SR.
net_noseek
);
288
throw new NotSupportedException(SR.
net_noseek
);
System\Net\Security\SslStream.cs (2)
684
set => throw new NotSupportedException(SR.
net_noseek
);
689
public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(SR.
net_noseek
);