Ejemplo n.º 1
0
 protected internal void Debug(string message, params object[] args)
 {
     MonoTlsProviderFactory.Debug("MobileAuthenticatedStream({0}): {1}", ID, string.Format(message, args));
 }
 protected internal void Debug(string message)
 {
     MonoTlsProviderFactory.Debug($"MobileAuthenticatedStream({ID}): {message}");
 }