Share via


FtpMemoryListener Class

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

Represents the FTP memory listener.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.Net. . :: . .FtpListener
    Microsoft.SPOT.Net.Ftp..::..FtpMemoryListener

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

Syntax

'Declaration
Public NotInheritable Class FtpMemoryListener _
    Inherits FtpListener
public sealed class FtpMemoryListener : FtpListener
public ref class FtpMemoryListener sealed : public FtpListener
[<Sealed>]
type FtpMemoryListener =  
    class
        inherit FtpListener
    end
public final class FtpMemoryListener extends FtpListener

The FtpMemoryListener type exposes the following members.

Constructors

  Name Description
Public method FtpMemoryListener Initializes a new instance of the FtpMemoryListener class.

Top

Properties

  Name Description
Public property IsListening Gets a value that indicates whether the listener is listening to contexts. (Inherited from FtpListener.)
Public property Prefixes Gets the list of prefixes that the listener is listening to. (Inherited from FtpListener.)

Top

Methods

  Name Description
Public method AddFile Adds a file to the list
Public method Dispose Releases resources. (Inherited from FtpListener.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method GetContext Gets the oldest context from the context queue. (Inherited from FtpListener.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Start Starts the listener. (Overrides FtpListener. . :: . .Start() () () ().)
Public method Stop Stops the listener. (Inherited from FtpListener.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.Net.Ftp Namespace