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