Share via


SessionReceivedEventArgs Members

Include Protected Members
Include Inherited Members

Represents the argument for the incoming session event.

The SessionReceivedEventArgs type exposes the following members.

Properties

  Name Description
Public property IsForked Gets True if the invite was forked; otherwise false. Applications should not automatically accept the Invite when the flag is true.
Public property MediaDescription Gets the message body of the Invite message.
Public property RequestData Gets the SIP request data for the event. This can be null in some instances. (inherited from SipRequestReceivedEventArgs)
Public property RequestUri Gets the string representing the request URI of the invitation.
Public property Session Gets the session.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

See Also

Reference

SessionReceivedEventArgs Class

Microsoft.Rtc.Signaling Namespace