[This is preliminary documentation and is subject to change.]
Namespace: NFX.WebAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static Multipart ReadFromBytes(
byte[] buffer,
ref string boundary,
Encoding encoding = null
)
public static Multipart ReadFromBytes(
byte[] buffer,
ref string boundary,
Encoding encoding = null
)
Public Shared Function ReadFromBytes (
buffer As Byte(),
ByRef boundary As String,
Optional encoding As Encoding = Nothing
) As Multipart
Public Shared Function ReadFromBytes (
buffer As Byte(),
ByRef boundary As String,
Optional encoding As Encoding = Nothing
) As Multipart
public:
static Multipart^ ReadFromBytes(
array<unsigned char>^ buffer,
String^% boundary,
Encoding^ encoding = nullptr
)
public:
static Multipart^ ReadFromBytes(
array<unsigned char>^ buffer,
String^% boundary,
Encoding^ encoding = nullptr
)
static member ReadFromBytes :
buffer : byte[] *
boundary : string byref *
?encoding : Encoding
(* Defaults:
let _encoding = defaultArg encoding null
*)
-> Multipart
static member ReadFromBytes :
buffer : byte[] *
boundary : string byref *
?encoding : Encoding
(* Defaults:
let _encoding = defaultArg encoding null
*)
-> Multipart
Return Value
Type:
Multipart