Welcome to the Xceed Community | Help
Community Search  
More Search Options

How do I create an instance of my Xceed product and its subclasses in my ASP page.

Sort Posts: Previous Next
  •  09-05-2008, 1:17 PM Post no. 28446

    How do I create an instance of my Xceed product and its subclasses in my ASP page.

    In order to create an instance of an Xceed product in ASP, you need to call the CreateObject function in the following manner using the appropriate ProgId:

    Dim xStreamComp
    Set xStreamComp = Server.CreateObject("Xceed.StreamingCompression.1")

    The following list provides the ProgId's of all Xceed products as well as any subclasses:

    XCEED ZIP COMPRESSION LIBRARY:

    XceedSoftware.XceedZip.5
    XceedSoftware.XceedCompression.5

    XCEED STREAMING COMPRESSION LIBRARY:

    Xceed.StreamingCompression.1
    Xceed.BZip2CompressionFormat.1
    Xceed.GZipCompressionFormat.1
    Xceed.StandardCompressionFormat.1
    Xceed.Zip3CompressionFormat.1
    Xceed.ZLibCompressionFormat.1
    Xceed.DeflateCompression.1
    Xceed.Deflate64Compression.1
    Xceed.BWTCompression.1
    Xceed.StoreCompression.1

    XCEED BINARY ENCODING LIBRARY:

    Xceed.BinaryEncoding.1
    Xceed.Base64Encoding.1
    Xceed.BinHexEncoding.1
    Xceed.HexaEncoding.1
    Xceed.QuotedPrintableEncoding.1
    Xceed.UUEncoding.1
    Xceed.XXEncoding.1

    XCEED ENCRYPTION LIBRARY :

    Xceed.Encryption.1
    Xceed.RijndaelEncryptionMethod.1
    Xceed.TwofishEncryptionMethod.1
    Xceed.RSAEncryptionMethod.1
    Xceed.Hashing.1
    Xceed.SHAHashingMethod.1
    Xceed.HavalHashingMethod.1
    Xceed.Signing.1
    Xceed.RSASigningMethod.1

    XCEED BACKUP LIBRARY :

    XceedSoftware.XceedBackup.BackupJob.1
    XceedSoftware.XceedBackup.FileSelection.1
    XceedSoftware.XceedBackup.RestoreJob.1
    XceedSoftware.XceedBackup.ScheduledJob.1
    XceedSoftware.XceedBackup.1

    XCEED FTP LIBRARY :

    XceedSoftware.XceedFtp.1
    XceedSoftware.XceedQuickFtp.1
    XceedSoftware.XceedFtp.XceedFtpFolderItems.1
    XceedSoftware.XceedFtp.XceedFtpFolderItem.1

    XCEED WINSOCK LIBRARY :

    XceedSoftware.XceedWinsock.AddressedByteTransferEvents.1
    XceedSoftware.XceedWinsock.AddressManager.1
    XceedSoftware.XceedWinsock.AppleTalkAddress.1
    XceedSoftware.XceedWinsock.AtmAddress.1
    XceedSoftware.XceedWinsock.ByteTransferEvents.1
    XceedSoftware.XceedWinsock.ConnectionEvents.1
    XceedSoftware.XceedWinsock.DECnetAddress.1
    XceedSoftware.XceedWinsock.FileTransferEvents.1
    XceedSoftware.XceedWinsock.FlowSpec.1
    XceedSoftware.XceedWinsock.IncomingConnectionEvents.1
    XceedSoftware.XceedWinsock.Inet6Address.1
    XceedSoftware.XceedWinsock.InetAddress.1
    XceedSoftware.XceedWinsock.IpxAddress.1
    XceedSoftware.XceedWinsock.IrdaAddress.1
    XceedSoftware.XceedWinsock.IsoTpAddress.1
    XceedSoftware.XceedWinsock.LicenseManager.1
    XceedSoftware.XceedWinsock.NameSpaceParam.1
    XceedSoftware.XceedWinsock.NameSpaceProviders.1
    XceedSoftware.XceedWinsock.NetBIOSAddress.1
    XceedSoftware.XceedWinsock.ProtocolFamily.1
    XceedSoftware.XceedWinsock.Protocols.1
    XceedSoftware.XceedWinsock.QualityOfServiceInfo.1
    XceedSoftware.XceedWinsock.ServiceAddressInfo.1
    XceedSoftware.XceedWinsock.ServiceManager.1
    XceedSoftware.XceedWinsock.SocketFactory.1
    XceedSoftware.XceedWinsock.StringTransferEvents.1
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.