4 references to UsingSecureStream
System (4)
net\System\Net\_FtpControlStream.cs (4)
191
if (
UsingSecureStream
)
444
if (response.PositiveIntermediate || (!
UsingSecureStream
&& entry.Command == "AUTH TLS\r\n"))
475
if (request.EnableSsl && !
UsingSecureStream
) {
516
if (request.EnableSsl && !
UsingSecureStream
)