CloudinaryDotNet.Test.ApiTest.TestDisallowUrlSuffixWithDot C# (CSharp) 메소드

TestDisallowUrlSuffixWithDot() 개인적인 메소드

private TestDisallowUrlSuffixWithDot ( ) : void
리턴 void
        public void TestDisallowUrlSuffixWithDot()
        {
            m_api.UrlImgUp.Suffix("hello.world").PrivateCdn(true).BuildUrl("test");
        }
ApiTest