MessageReceivedEventArgs Class

Returns data from the [MessageReceived] event.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.Rtc.Signaling..::..SipRequestReceivedEventArgs
      Microsoft.Rtc.Signaling..::..MessageReceivedEventArgs

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

Syntax

'Declaration
Public MustInherit Class MessageReceivedEventArgs _
    Inherits SipRequestReceivedEventArgs
'Usage
Dim instance As MessageReceivedEventArgs
public abstract class MessageReceivedEventArgs : SipRequestReceivedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MessageReceivedEventArgs Members

Microsoft.Rtc.Signaling Namespace