7 references to SeekNotSupported
System.ServiceModel.Http (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
933get { throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); } 940throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 945throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported));
System.ServiceModel.Primitives (4)
Internals\System\Runtime\BufferedOutputStream.cs (4)
83throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 87throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 196throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported)); 201throw Fx.Exception.AsError(new NotSupportedException(InternalSR.SeekNotSupported));