Share via


HostingNetwork Property

Gets the conversation that holds this signaling session.

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

Syntax

'Declaration
Public ReadOnly Property HostingNetwork As SourceNetwork
    Get
'Usage
Dim instance As ConferenceSession
Dim value As SourceNetwork

value = instance.HostingNetwork
public SourceNetwork HostingNetwork { get; }

Property Value

Type: Microsoft.Rtc.Collaboration..::..SourceNetwork

Remarks

For an outgoing session, the conversation is not available until the session is bound to a conversation. However, the conversation is available on an incoming session because it is already bound to a conversation by the time it is exposed to the application.

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace