3 references to UseTls
InteropClient (3)
InteropClient.cs (3)
123
Console.WriteLine("Use TLS: " + options.
UseTls
);
148
if (!(options.
UseTls
?? false))
183
if (options.
UseTls
.GetValueOrDefault())