Home
last modified time | relevance | path

Searched refs:net_io_operation_aborted (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/corefx/
H A DSR.cs229 public const string net_io_operation_aborted = "I/O operation aborted: '{0}'."; field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Managed/
H A DChunkedInputStream.cs171 …pListenerException((int)HttpStatusCode.BadRequest, SR.Format(SR.net_io_operation_aborted, ares._er… in EndRead()