CloudinaryDotNet.Test.ApiTest.TestDisallowUrlSuffixWithDot C# (CSharp) Method

TestDisallowUrlSuffixWithDot() private method

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