Indicates whether the server agent is running inside RTCHost.exe. Not intended for third-party developers.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Shared 
Property 
InsideRtcHost 
As 
Boolean
	
Get
	
Set
Visual Basic (usage)
Dim 
value 
As 
Boolean

value = 

ServerAgent.
InsideRtcHost


ServerAgent.
InsideRtcHost = 
value
C#
public 
static 
bool 
InsideRtcHost { 
get; 
set; }

Property value

Type: System . . :: . . Boolean

See also