10 references to net_io_invalidnestedcall
System.Net.Security (10)
System\Net\Security\NegotiateStream.cs (3)
342
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "read"));
516
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "write"));
735
throw new InvalidOperationException(SR.Format(SR.
net_io_invalidnestedcall
, "authenticate"));
System\Net\Security\SslStream.cs (1)
753
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "read"));
System\Net\Security\SslStream.IO.cs (6)
180
throw new InvalidOperationException(SR.Format(SR.
net_io_invalidnestedcall
, "authenticate"));
186
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "read"));
193
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "write"));
276
throw new InvalidOperationException(SR.Format(SR.
net_io_invalidnestedcall
, "authenticate"));
891
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "read"));
1056
throw new NotSupportedException(SR.Format(SR.
net_io_invalidnestedcall
, "write"));