Click or drag to resize
LocalOrigin Class
Inheritance Hierarchy

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

The LocalOrigin type exposes the following members.

Constructors
  NameDescription
Public methodLocalOrigin
Initializes a new instance of the LocalOrigin class
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
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
See Also