Gets the Content-Type header of the MIME part.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
ContentTypeHeader 
As 

SignalingHeader
C#
public 

SignalingHeader 
ContentTypeHeader { 
get; 
internal 
set; }
Visual C++
public:
property 

SignalingHeader^ 
ContentTypeHeader {
	

SignalingHeader^ 
get ();
	
void 
set (

SignalingHeader^ 
value);
}
JavaScript
function get_
contentTypeHeader();
function set_
contentTypeHeader(
value);

See Also