DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / ContentType Class / ToMediaTypeWithQualityHeaderValue Method



In This Topic
    ToMediaTypeWithQualityHeaderValue Method
    In This Topic
    Formatting the Header value for the current media type based on its properties
    Syntax
    'Declaration
     
    
    Public Function ToMediaTypeWithQualityHeaderValue() As MediaTypeWithQualityHeaderValue
    'Usage
     
    
    Dim instance As ContentType
    Dim value As MediaTypeWithQualityHeaderValue
     
    value = instance.ToMediaTypeWithQualityHeaderValue()
    public MediaTypeWithQualityHeaderValue ToMediaTypeWithQualityHeaderValue()
    public:
    MediaTypeWithQualityHeaderValue^ ToMediaTypeWithQualityHeaderValue(); 

    Return Value

    Returns the MediaType header value which can be incorporated in the HTTP request
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also