ODataMessageWriterSettings.MultipartNewLine Property
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.
Gets or sets the new line character sequence used when writing multipart messages see https://tools.ietf.org/html/rfc2046#section-5.1.1 A TextWriter uses OS specific newline but rfc2046 requires it to be CRLF.
public string MultipartNewLine { get; set; }
member this.MultipartNewLine : string with get, set
Public Property MultipartNewLine As String