iControl.SystemCryptoClient.SystemCryptoClient C# (CSharp) 메소드

SystemCryptoClient() 공개 메소드

public SystemCryptoClient ( ) : System
리턴 System
        public SystemCryptoClient()
        {
            this.Url = "https://url_to_service";
        }
SystemCryptoClient