Brecham.Obex — An OBEX library for the .NET Framework

ObexClientSession.CloseInput Property

Gets or sets whether the underlying Stream should be closed when the session itself is closed. This defaults to true.

[Visual Basic]
Public Property CloseInput As Boolean
[C#]
public bool CloseInput {get; set;}

Remarks

This is similar to the property of the same name on XmlReaderSettings and, to the parameter named ownsSocket on NetworkStream’s constructor NetworkStream

See Also

ObexClientSession Class | Brecham.Obex Namespace