LocalEndpoint.IsOutsideCorporateNetwork Property

Gets whether the endpoint registers inside or outside the corporate network.

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

Syntax

'Declaration
Public ReadOnly Property IsOutsideCorporateNetwork As Boolean
    Get
'Usage
Dim instance As LocalEndpoint
Dim value As Boolean

value = instance.IsOutsideCorporateNetwork
public bool IsOutsideCorporateNetwork { get; }

Property Value

Type: System.Boolean

Remarks

The default value is false. The default value will be returned if the application has not overridden the value in LocalEndpointSettings and the value was not present in the registration response. Note that Application is typically expected to have its endpoints only register inside the corporate network whereas User (that is mobile) is expected to register from either inside or outside the corporate network.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace