SipResponseReceivedEventArgs Class
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.
Represents the class used when the event is raised with response data.
public ref class SipResponseReceivedEventArgs : EventArgs
public class SipResponseReceivedEventArgs : EventArgs
type SipResponseReceivedEventArgs = class
inherit EventArgs
Public Class SipResponseReceivedEventArgs
Inherits EventArgs
- Inheritance
-
SipResponseReceivedEventArgs
- Derived
Constructors
SipResponseReceivedEventArgs(SipResponseData) |
Create instance of SipResponseReceivedEventArgs with given ResponseData |
Properties
ResponseData |
Gets the response data for the event. |