Share via


ODataMessageWriterSettings.DisableMessageStreamDisposal Property

 

Gets or sets a value that indicates whether the message stream will not be disposed after finishing writing with the message.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public bool DisableMessageStreamDisposal {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool DisableMessageStreamDisposal {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member DisableMessageStreamDisposal : bool with get, set
Public Property DisableMessageStreamDisposal As Boolean

Property Value

Type: System.Boolean

true if the message stream will not be disposed after finishing writing with the message; otherwise false. The default value is false.

See Also

ODataMessageWriterSettings Class
Microsoft.OData.Core Namespace

Return to top