Gets the "From" header of the message.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
FromHeader 
As 

FromToHeader
C#
public 

FromToHeader 
FromHeader { 
get; }
Visual C++
public:
property 

FromToHeader^ 
FromHeader {
	

FromToHeader^ 
get ();
}
JavaScript
function get_
fromHeader();

See Also