iControl.LogDestinationRemoteSyslog.LogDestinationRemoteSyslog C# (CSharp) Méthode

LogDestinationRemoteSyslog() public méthode

public LogDestinationRemoteSyslog ( ) : System
Résultat System
        public LogDestinationRemoteSyslog()
        {
            this.Url = "https://url_to_service";
        }