Click or drag to resize

LocalOrigin Constructor

Initializes a new instance of the LocalOrigin class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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