10 references to net_io_invalidnestedcall
System.Net.Security (10)
System\Net\Security\NegotiateStream.cs (3)
345
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "read"));
511
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "write"));
729
throw new InvalidOperationException(SR.Format(SR.
net_io_invalidnestedcall
, "authenticate"));
System\Net\Security\SslStream.cs (1)
752
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "read"));
System\Net\Security\SslStream.IO.cs (6)
198
throw new InvalidOperationException(SR.Format(SR.
net_io_invalidnestedcall
, "authenticate"));
204
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "read"));
211
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "write"));
294
throw new InvalidOperationException(SR.Format(SR.
net_io_invalidnestedcall
, "authenticate"));
899
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "read"));
1049
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "write"));