MediaType Constructor (String, String) |
Initializes a new instance of the
MediaType class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MediaType(
string mt,
string ms
)
Public Sub New (
mt As String,
ms As String
)
public:
MediaType(
String^ mt,
String^ ms
)
new :
mt : string *
ms : string -> MediaType
Parameters
- mt
- Type: SystemString
- ms
- Type: SystemString
See Also