RealTimeEndpoint.ConnectionManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the connection manager.
public: property Microsoft::Rtc::Signaling::RealTimeConnectionManager ^ ConnectionManager { public:
Microsoft::Rtc::Signaling::RealTimeConnectionManager ^ get(); protected:
void set(Microsoft::Rtc::Signaling::RealTimeConnectionManager ^ value); };
public Microsoft.Rtc.Signaling.RealTimeConnectionManager ConnectionManager { get; protected set; }
member this.ConnectionManager : Microsoft.Rtc.Signaling.RealTimeConnectionManager with get, set
Public Property ConnectionManager As RealTimeConnectionManager