MultipartContent Constructor (String)
Initializes a new instance of the MultipartContent class.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Sub New ( _
subtype As String _
)
'Usage
Dim subtype As String
Dim instance As New MultipartContent(subtype)
public MultipartContent(
string subtype
)
public:
MultipartContent(
String^ subtype
)
new :
subtype:string -> MultipartContent
public function MultipartContent(
subtype : String
)
Parameters
- subtype
Type: System.String