Click or drag to resize
LocalOrigin Constructor
Initializes a new instance of the LocalOrigin class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public LocalOrigin(
	string username,
	string sessionId,
	ulong sessionVersion,
	string uri
)

Parameters

username
Type: SystemString
sessionId
Type: SystemString
sessionVersion
Type: SystemUInt64
uri
Type: SystemString
See Also