'Declaration
Public Function New( _ ByVal MainType As String, _ ByVal SubType As String, _ ByVal TransferSyntax As String _ )
'Usage
Dim MainType As String Dim SubType As String Dim TransferSyntax As String Dim instance As New ContentType(MainType, SubType, TransferSyntax)
Parameters
- MainType
- MIME type for the media
- SubType
- Actual MIME type if it is a multipart media
- TransferSyntax
- The DICOM transfer syntax of the media it represents