Click or drag to resize

Origin Class

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.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaOrigin
    Ozeki.MediaLocalOrigin

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class Origin

The Origin type exposes the following members.

Constructors
  NameDescription
Public methodOrigin(String, String, UInt64, String)
Initializes a new instance of the Origin class.
Public methodOrigin(String, String, UInt64, NetType, AddressType, String)
Initializes a new instance of the Origin class.
Top
Properties
  NameDescription
Public propertyAddressType
Gets the type of the uri address. Initially IPv4 or IPv6.
Public propertyNetType
Gets the type of network.
Public propertySessionId
Gets the unique identifier of the session.
Public propertySessionVersion
Gets the version number for the session description.
Public propertyUri
Gets the address of the machine from which the session was created.
Public propertyUsername
Gets the user name part of the originator. Must not contain spaces.
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Origin)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsSDPOrigin (Defined by OriginEx.)
Public Extension MethodClone (Defined by OriginEx.)
Top
See Also