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