SipRequestReceivedEventArgs 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 for received SIP request.
public ref class SipRequestReceivedEventArgs : EventArgs
public class SipRequestReceivedEventArgs : EventArgs
type SipRequestReceivedEventArgs = class
inherit EventArgs
Public Class SipRequestReceivedEventArgs
Inherits EventArgs
- Inheritance
-
SipRequestReceivedEventArgs
- Derived
Constructors
SipRequestReceivedEventArgs(SipRequestData) |
Constructor |
Properties
RequestData |
Gets the SIP request data for the event. This can be null in some instances. |