4 references to net_noseek
System.Net.Security (4)
System\Net\Security\NegotiateStream.cs (2)
284set => throw new NotSupportedException(SR.net_noseek); 291throw new NotSupportedException(SR.net_noseek);
System\Net\Security\SslStream.cs (2)
683set => throw new NotSupportedException(SR.net_noseek); 688public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(SR.net_noseek);