Implements SIP transport layer. Defined in RFC 3261.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class SIP_TransportLayer
Public Class SIP_TransportLayer
public ref class SIP_TransportLayer
type SIP_TransportLayer = class end
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
BindInfo |
Gets or sets socket bind info. Use this property to specify on which protocol,IP,port server
listnes and also if connections is SSL.
| |
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.) | |
Flows |
Gets currently active flows.
| |
GetFlow(String) |
Returns specified flow or null if no such flow.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetOrCreateFlow(String, IPEndPoint, IPEndPoint) |
Gets existing flow or if flow doesn't exist, new one is created and returned.
| |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
IsRunning |
Gets if transport layer is running.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SendRequest(SIP_Request) |
Sends request using methods as described in RFC 3261 [4](RFC 3263).
| |
SendRequest(SIP_Request, IPEndPoint, SIP_Hop) |
Sends request to the specified hop.
| |
SendRequest(SIP_Flow, SIP_Request) |
Sends request to the specified flow.
| |
SendResponse(SIP_Response) |
Sends specified response back to request maker using RFC 3261 18. rules.
| |
SendResponse(SIP_Response, IPEndPoint) |
Sends specified response back to request maker using RFC 3261 18. rules.
| |
Stack |
Gets owner SIP stack.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
SIP_TransportLayer |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119