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

ReadLineInputIsEmpty Enumeration

Specifies whether a blank line is valid input from the ReadLine methods.

[Visual Basic]
Public Enum ReadLineInputIsEmpty
[C#]
public enum ReadLineInputIsEmpty

Members

Member Name Description
DoNotAllow Do not accept an empty input line.
Allow Do accept an empty input line.

Requirements

Namespace: Brecham.Obex.Net

Assembly: TransportConnection (in TransportConnection.dll)

See Also

Brecham.Obex.Net Namespace