Search Results for

    Show / Hide Table of Contents

    Interface IHttpWebRequest

    An interface describing a http web request

    Namespace: ImageVault.Client.Net
    Assembly: ImageVault.Client.dll
    Syntax
    public interface IHttpWebRequest

    Properties

    Accept

    Declaration
    string Accept { get; set; }
    Property Value
    Type Description
    System.String

    AllowAutoRedirect

    Declaration
    bool AllowAutoRedirect { get; set; }
    Property Value
    Type Description
    System.Boolean

    Connection

    Declaration
    string Connection { get; set; }
    Property Value
    Type Description
    System.String

    ContentLength

    Declaration
    long ContentLength { get; set; }
    Property Value
    Type Description
    System.Int64

    ContentType

    Declaration
    string ContentType { get; set; }
    Property Value
    Type Description
    System.String

    Date

    Declaration
    DateTime Date { get; set; }
    Property Value
    Type Description
    System.DateTime

    Expect

    Declaration
    string Expect { get; set; }
    Property Value
    Type Description
    System.String

    Headers

    Declaration
    NameValueCollection Headers { get; }
    Property Value
    Type Description
    System.Collections.Specialized.NameValueCollection

    Host

    Declaration
    string Host { get; set; }
    Property Value
    Type Description
    System.String

    IfModifiedSince

    Declaration
    DateTime IfModifiedSince { get; set; }
    Property Value
    Type Description
    System.DateTime

    Method

    Declaration
    string Method { get; set; }
    Property Value
    Type Description
    System.String

    Referer

    Declaration
    string Referer { get; set; }
    Property Value
    Type Description
    System.String

    RequestUri

    Declaration
    Uri RequestUri { get; }
    Property Value
    Type Description
    System.Uri

    TransferEncoding

    Declaration
    string TransferEncoding { get; set; }
    Property Value
    Type Description
    System.String

    UserAgent

    Declaration
    string UserAgent { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetRequestStream()

    Declaration
    Stream GetRequestStream()
    Returns
    Type Description
    System.IO.Stream

    GetResponse()

    Declaration
    IHttpWebResponse GetResponse()
    Returns
    Type Description
    IHttpWebResponse

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022