MessageReceivedEventArgs.Connection 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 the connection associated with this message. This can be null.
public:
virtual property Microsoft::Rtc::Signaling::RealTimeConnection ^ Connection { Microsoft::Rtc::Signaling::RealTimeConnection ^ get(); };
public virtual Microsoft.Rtc.Signaling.RealTimeConnection Connection { get; }
member this.Connection : Microsoft.Rtc.Signaling.RealTimeConnection
Public Overridable ReadOnly Property Connection As RealTimeConnection