This class implements SIP request sender.

C# | Visual Basic | Visual C++ | F# |
public class SIP_RequestSender : IDisposable
Public Class SIP_RequestSender Implements IDisposable
public ref class SIP_RequestSender : IDisposable
type SIP_RequestSender = class interface IDisposable end

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | Cancel()()()() |
Cancels current request sending.
|
![]() | Completed |
Is raised when sender has finished processing(got final-response or error).
|
![]() | Credentials |
Gets credentials collection.
|
![]() | Dispose()()()() |
Cleans up any resources being used.
|
![]() | Disposed |
Is raised when this object has disposed.
|
![]() | 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 SIP flow what was used to send request or null if request is not sent yet.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsCompleted |
Gets if request sender has complted sending request.
|
![]() | IsDisposed |
Gets if this object is disposed.
|
![]() | IsStarted |
Gets if request sending has been started.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Request |
Gets SIP request.
|
![]() | ResponseReceived |
Is raised when this transaction has got response from target end point.
|
![]() | Stack |
Gets owner stack.
|
![]() | Start()()()() |
Starts sending request.
|
![]() | Tag |
Gets or sets user data.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Request is sent using following methods:
*) If there is active data flow, it is used. *) Request is sent as described in RFC 3261 [4](RFC 3263).
*) If there is active data flow, it is used. *) Request is sent as described in RFC 3261 [4](RFC 3263).

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