The Origin gives the originator of the session (her username and the address of the user's host)
plus a session identifier and version number.

C# | Visual Basic | Visual C++ |
public class Origin : IEquatable<Origin>
Public Class Origin Implements IEquatable(Of Origin)
public ref class Origin : IEquatable<Origin^>

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Origin(String, String, UInt64, NetType, AddressType, String) |
Initializes a new instance of the Origin class.
|
![]() | Origin(String, String, UInt64, String) |
Initializes a new instance of the Origin class.
|
![]() | AddressType |
Gets the type of the uri address. Initially IPv4 or IPv6.
|
![]() | AsSDPOrigin(Origin) | (Inherited from OriginEx.) |
![]() | Clone(Origin) | (Inherited from OriginEx.) |
![]() | Equals(Object) | (Overrides Object.Equals(Object).) |
![]() | Equals(Origin) | |
![]() | GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) |
![]() | NetType |
Gets the type of network.
|
![]() | SessionId |
Gets the unique identifier of the session.
|
![]() | SessionVersion |
Gets the version number for the session description.
|
![]() | Uri |
Gets the address of the machine from which the session was created.
|
![]() | Username |
Gets the user name part of the originator. Must not contain spaces.
|

Object | |
![]() | Origin |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290