Class RequestContentBuilder
Inheritance
RequestContentBuilder
Assembly: Coree.NETStandard.dll
Syntax
public class RequestContentBuilder
Constructors
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
RequestContentBuilder()
Declaration
public RequestContentBuilder()
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
RequestContentBuilder(byte[], string?)
Declaration
public RequestContentBuilder(byte[] bytes, string? name = null)
Parameters
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
RequestContentBuilder(Dictionary<string, string>, string?)
Declaration
public RequestContentBuilder(Dictionary<string, string> formData, string? name = null)
Parameters
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
RequestContentBuilder(Stream, string?, string?)
Declaration
public RequestContentBuilder(Stream stream, string? name = null, string? filename = null)
Parameters
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
RequestContentBuilder(string, string, Encoding?, string?)
Declaration
public RequestContentBuilder(string data, string mediaType, Encoding? encoding = null, string? name = null)
Parameters
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
RequestContentBuilder(string, Encoding?, string?)
Declaration
public RequestContentBuilder(string data, Encoding? encoding = null, string? name = null)
Parameters
Methods
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
AddContent(byte[], string?)
Declaration
public void AddContent(byte[] bytes, string? name = null)
Parameters
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
AddContent(Dictionary<string, string>, string?)
Declaration
public void AddContent(Dictionary<string, string> formData, string? name = null)
Parameters
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
AddContent(Stream, string?, string?)
Declaration
public void AddContent(Stream stream, string? name = null, string? filename = null)
Parameters
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
AddContent(string, string, Encoding?, string?)
Declaration
public void AddContent(string data, string mediaType, Encoding? encoding = null, string? name = null)
Parameters
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
AddContent(string, Encoding?, string?)
Declaration
public void AddContent(string data, Encoding? encoding = null, string? name = null)
Parameters
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
Build()
Declaration
public HttpContent? Build()
Returns