IResponse Interface

IT Hit WebDAV for .NET

Represents HTTP response.

For a list of all members of this type, see IResponse Members.

[Visual Basic]
Public Interface IResponse
[C#]
public interface IResponse

Remarks

Usually you do not have to implement this interfaces if you host your server in ASP.NET/IIS or in HttpListener as Engine provides overloaded Run methods optimized for ASP.NET/IIS and for HttpListener. You can implement this interface if you host your server in any other environment and pass it to Run method.

Requirements

Namespace: ITHit.WebDAV.Server

Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll)

See Also

IResponse Members | ITHit.WebDAV.Server Namespace