Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

FtpWebResponse Class

Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)

Provides an FTP-specific implementation of the WebResponse class.

Syntax
public class FtpWebResponse : WebResponse, IDisposable, ISerializable
Inheritance
Object
MarshalByRefObject
WebResponse
FtpWebResponse
Implements
IDisposable
ISerializable
Inherited Members
MarshalByRefObject.GetLifetimeService()
MarshalByRefObject.InitializeLifetimeService()
MarshalByRefObject.MemberwiseClone(Boolean)
WebResponse.Dispose()
WebResponse.Dispose(Boolean)
WebResponse.GetObjectData(SerializationInfo, StreamingContext)
WebResponse.IsFromCache
WebResponse.IsMutuallyAuthenticated
WebResponse.SupportsHeaders
WebResponse.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()

Remarks

The FtpWebResponse class contains support for the properties and methods included in WebResponse.

Properties

Name Description
ContentLength

Gets the length of the content returned by the request.

ContentType

Gets the content type of the response.

Headers

Gets the headers associated with this response from the server.

ResponseUri

Gets the URI of the request.

Methods

Name Description
Close()

Closes the response stream.

GetResponseStream()

Gets the Stream used to read the body of the response from the server.

In This Article
  • Remarks
  • Properties
  • Methods
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies