MultipartContentParser.GetBoundaryBytes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetBoundaryBytes() | |
| GetBoundaryBytes(ContentType) |
GetBoundaryBytes()
public:
cli::array <System::Byte> ^ GetBoundaryBytes();
public byte[] GetBoundaryBytes ();
member this.GetBoundaryBytes : unit -> byte[]
Public Function GetBoundaryBytes () As Byte()
Returns
- Byte[]
Applies to
GetBoundaryBytes(ContentType)
public:
static cli::array <System::Byte> ^ GetBoundaryBytes(System::Net::Mime::ContentType ^ contentType);
public static byte[] GetBoundaryBytes (System.Net.Mime.ContentType contentType);
static member GetBoundaryBytes : System.Net.Mime.ContentType -> byte[]
Parameters
- contentType
- ContentType
Returns
- Byte[]