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 | |
---|---|---|
IsForked | Gets True if the invite was forked; otherwise false. Applications should not automatically accept the Invite when the flag is true. | |
MediaDescription | Gets the message body of the Invite message. | |
RequestData | Gets the SIP request data for the event. This can be null in some instances. (inherited from SipRequestReceivedEventArgs) | |
RequestUri | Gets the string representing the request URI of the invitation. | |
Session | Gets the session. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top