This class is base class for SIP dialogs. Defined in RFC 3261 12.

C# | Visual Basic | Visual C++ | F# |
public class SIP_Dialog
Public Class SIP_Dialog
public ref class SIP_Dialog
type SIP_Dialog = class end

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | SIP_Dialog()()()() |
Default constructor.
|
![]() | CallID |
Get call ID.
|
![]() | CreateRequest(String) |
Creates new SIP request using this dialog info.
|
![]() | CreateRequestSender(SIP_Request) |
Creates SIP request sender for the specified request.
|
![]() | CreateTime |
Gets dialog creation time.
|
![]() | Dispose()()()() |
Cleans up any resources being used.
|
![]() | 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 used to send or receive last SIP message.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ID |
Gets dialog ID.
|
![]() | Init(SIP_Stack, SIP_Transaction, SIP_Response) |
Initializes dialog.
|
![]() | IsSecure |
Gets if dialog uses secure transport.
|
![]() | IsTargetRefresh(String) |
Gets if sepcified request method is target-refresh method.
|
![]() | LocalContact |
Gets local contact URI.
|
![]() | LocalSeqNo |
Gets local sequence number.
|
![]() | LocalTag |
Gets local-tag.
|
![]() | LocalUri |
Gets local URI.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessRequest(SIP_RequestReceivedEventArgs) |
Processes specified request through this dialog.
|
![]() | ProcessResponse(SIP_Response) |
Processes specified response through this dialog.
|
![]() | RemoteAllow |
Gets remote party supported SIP methods.
|
![]() | RemoteSeqNo |
Gets remote sequence number.
|
![]() | RemoteSupported |
Gets remote party supported SIP extentions.
|
![]() | RemoteTag |
Gets remote-tag.
|
![]() | RemoteTarget |
Gets remote target URI.
|
![]() | RemoteUri |
Gets remote URI.
|
![]() | RequestReceived |
Is raised when dialog gets new request.
|
![]() | RouteSet |
Gets route set.
|
![]() | SetState(SIP_DialogState, Boolean) |
Sets dialog state.
|
![]() | Stack |
Gets owner stack.
|
![]() | State |
Gets dialog state.
|
![]() | StateChanged |
This event is raised when Dialog state has changed.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the dialog.
|
![]() | Terminate()()()() |
Terminates dialog.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Transactions |
Gets dialog's active transactions.
|

Object | ||
![]() | SIP_Dialog | |
![]() | SIP_Dialog_Invite | |
![]() | SIP_Dialog_Refer |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119