Search Results for

    Show / Hide Table of Contents

    Class ConnectResponse

    The tcp tunnel connect response object.

    Inheritance
    Object
    RequestResponseBase
    Response
    ConnectResponse
    Inherited Members
    Response.StatusCode
    Response.StatusDescription
    Response.HasBody
    Response.KeepAlive
    Response.HeaderText
    RequestResponseBase.BodyInternal
    RequestResponseBase.KeepBody
    RequestResponseBase.HttpVersion
    RequestResponseBase.Headers
    RequestResponseBase.ContentLength
    RequestResponseBase.ContentEncoding
    RequestResponseBase.Encoding
    RequestResponseBase.ContentType
    RequestResponseBase.IsChunked
    RequestResponseBase.Body
    RequestResponseBase.BodyString
    RequestResponseBase.IsBodyRead
    RequestResponseBase.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Titanium.Web.Proxy.Http
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public class ConnectResponse : Response

    Properties

    | Improve this Doc View Source

    ServerHelloInfo

    Declaration
    public ServerHelloInfo ServerHelloInfo { get; set; }
    Property Value
    Type Description
    ServerHelloInfo
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX