This class provides data for SIP_Dialog.RequestReceived event and SIP_Core.OnRequestReceived> method.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class SIP_RequestReceivedEventArgs : EventArgs
Public Class SIP_RequestReceivedEventArgs Inherits EventArgs
public ref class SIP_RequestReceivedEventArgs : public EventArgs
type SIP_RequestReceivedEventArgs = class inherit EventArgs end
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
Dialog |
Gets SIP dialog where Request belongs to. Returns null if Request doesn't belong any dialog.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Flow |
Gets data flow what received SIP request.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
IsHandled |
Gets or sets if request is handled.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Request |
Gets the received rquest.
| |
ServerTransaction |
Gets server transaction for that request. Server transaction is created when this property is
first accessed. If you don't need server transaction for that request, for example statless proxy,
just don't access this property. For ACK method, this method always return null, because ACK
doesn't create transaction !
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119