Gets or sets the value of the transport parameter (transport).

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

Syntax

Visual Basic (Declaration)
Public 
Property 
TransportParameter 
As 
String
C#
public 
string 
TransportParameter { 
get; 
set; }
Visual C++
public:
property 
String^ 
TransportParameter {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
transportParameter();
function set_
transportParameter(
value);

See Also