Implements SIP 'proxy context'. Defined in RFC 3261.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class SIP_ProxyContext : IDisposable
Public Class SIP_ProxyContext Implements IDisposable
public ref class SIP_ProxyContext : IDisposable
type SIP_ProxyContext = class interface IDisposable end
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
Cancel()()()() |
Cancels proxy context processing. All client transactions and owner server transaction will be canceled,
proxy context will be disposed.
| |
CreateTime |
Gets time when proxy context was created.
| |
Credentials |
Gets credentials collection.
| |
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.) | |
ForkingMode |
Gets forking mode used by this 'proxy context'.
| |
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 proxy context ID.
| |
IsDisposed |
Gets if this object is disposed.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NoCancel |
Gets if proxy cancels forked requests what are not needed any more. If true,
requests not canceled, otherwise canceled.
| |
Proxy |
Gets owner SIP proxy server.
| |
Recurse |
Gets what proxy server does when it gets 3xx response. If true proxy will forward
request to new specified address if false, proxy will return 3xx response to caller.
| |
Request |
Gets request what is forwarded by proxy context.
| |
Responses |
Gets all responses what proxy context has received.
| |
ServerTransaction |
Gets server transaction what is responsible for sending responses to caller.
| |
Start()()()() |
Starts processing.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Proxy context is bridge between caller and calee.
Proxy context job is to forward request to contact(s) and send received responses back to caller.
Inheritance Hierarchy
Object | |
SIP_ProxyContext |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119