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

SystemCryptoClient() public méthode

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