MultipartContent Constructor (String, 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, _
    boundary As String _
)
'Usage
Dim subtype As String 
Dim boundary As String 

Dim instance As New MultipartContent(subtype, _
    boundary)
public MultipartContent(
    string subtype,
    string boundary
)
public:
MultipartContent(
    String^ subtype, 
    String^ boundary
)
new : 
        subtype:string * 
        boundary:string -> MultipartContent
public function MultipartContent(
    subtype : String, 
    boundary : String
)

Parameters

See Also

Reference

MultipartContent Class

MultipartContent Overload

System.Net.Http Namespace