MimeBlob Constructor (String, Byte[])
Initializes a new instance of the MimeBlob class. Creates a MimeBlob object from a header and the byte stream.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MimeBlob(
string contentTypeHeader,
byte[] byteStream
)
public:
MimeBlob(
String^ contentTypeHeader,
array<unsigned char>^ byteStream
)
Public Sub New (
contentTypeHeader As String,
byteStream As Byte()
)
Parameters
contentTypeHeader
Type: System.StringContent type header.
byteStream
Type: System.Byte[]The byte stream.
See Also
MimeBlob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top