Click or drag to resize

VoIPMediaType Constructor (String, String, IEnumerableGenericParam)

Initializes a new instance of the VoIPMediaType class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public VoIPMediaType(
	string type,
	string subType,
	IEnumerable<GenericParam> parameters
)

Parameters

type
Type: SystemString
subType
Type: SystemString
parameters
Type: System.Collections.GenericIEnumerableGenericParam
See Also