Click or drag to resize

LocalOrigin Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaOrigin
    Ozeki.MediaLocalOrigin

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

The LocalOrigin type exposes the following members.

Constructors
 NameDescription
Public methodLocalOriginInitializes a new instance of the LocalOrigin class
Top
Properties
 NameDescription
Public propertyAddressType Gets the type of the uri address. Initially IPv4 or IPv6.
(Inherited from Origin)
Public propertyNetType Gets the type of network.
(Inherited from Origin)
Public propertySessionId Gets the unique identifier of the session.
(Inherited from Origin)
Public propertySessionVersion
(Overrides OriginSessionVersion)
Public propertyUri Gets the address of the machine from which the session was created.
(Inherited from Origin)
Public propertyUsername Gets the user name part of the originator. Must not contain spaces.
(Inherited from Origin)
Top
Methods
 NameDescription
Public methodEquals(Object)
(Inherited from Origin)
Public methodEquals(Origin)
(Inherited from Origin)
Public methodGetHashCode
(Inherited from Origin)
Public methodUpdate 
Top
Extension Methods
 NameDescription
Public Extension MethodAsSDPOrigin
(Defined by OriginEx)
Public Extension MethodClone
(Defined by OriginEx)
Top
See Also