Feedback

  • Contents
 

ISOAPBase64 Interface

Overview

Derived From:

IDispatch

Interface ID:

{9DEB5514-1FCE-4708-94D9-F3918CB0F868}

Class ID:

{DF98E2DC-B3AD-47E2-AECB-FC52A5EEA826}

Prog ID:

ININ.SOAPBase64

The ISOAPBase64 interface provides stateless methods that convert binary data to and from Base64 encoded strings. Base64 is an encoding system (defined by RFC 2045) that formats binary information for transmission through network connections.

Methods

DecodeToBinary

Decodes the base64 encoded data and returns it as a SAFEARRAY of bytes.

DecodeToFile

Decodes base64 encoded data and writes it to a file. Existing output files can be appended or overwritten.

DecodeToStream

Decodes Base64 encoded data and writes it into the supplied IStream or ISequentialStream.

DecodeToString

Decodes Base64 encoded data into a string.

Encode

Encodes the supplied data into a string that is Base64 encoded.

EncodeFile

Encodes the binary content of a file to create a Base64 encoded string.

Properties

None.