Share via


Prefixes Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the list of prefixes that the listener is listening to.

Namespace:  Microsoft.SPOT.Net
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

'Declaration
Public ReadOnly Property Prefixes As ArrayList
public ArrayList Prefixes { get; }
public:
property ArrayList^ Prefixes {
    ArrayList^ get ();
}
member Prefixes : ArrayList
function get Prefixes () : ArrayList

Property Value

Type: System.Collections. . :: . .ArrayList
The list of prefixes that the listener is listening to.

.NET Framework Security

See Also

Reference

FtpListener Class

Microsoft.SPOT.Net Namespace