6 references to Close
System.Net.Requests (3)
System\Net\FtpDataStream.cs (2)
81
_originalStream.
Close
(DefaultCloseTimeout);
83
_originalStream.
Close
(0);
System\Net\NetworkStreamWrapper.cs (1)
175
_networkStream.
Close
(timeout);
System.Net.Sockets (3)
System\Net\Sockets\NetworkStream.cs (3)
357
/// If a <see cref="NetworkStream"/> was associated with a <see cref="TcpClient"/>, the <see cref="
Close
(int)"/> method
373
/// If a <see cref="NetworkStream"/> was associated with a <see cref="TcpClient"/>, the <see cref="
Close
(int)"/> method
376
public void Close(TimeSpan timeout) =>
Close
(ToTimeoutMilliseconds(timeout));