Click or drag to resize

SessionIds Constructor (String, String, String, String, String)

Initializes a new instance of the SessionIds class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public SessionIds(
	string masterSessionId,
	string parentSession,
	string sessionId,
	string transferredSession,
	string transferredSession2
)

Parameters

masterSessionId
Type: SystemString
parentSession
Type: SystemString
sessionId
Type: SystemString
transferredSession
Type: SystemString
transferredSession2
Type: SystemString
See Also