Namespace: OpenEdge.Net.HTTP.Filter.Payload
Type: Class ConnectRequestFilter
Parent Classes:
Inherits: OpenEdge.Net.HTTP.Filter.Payload.MessageWriter


Copyright (c) 2018, 2020-2021 by Progress Software Corporation. All rights reserved.
File:ConnectRequestFilter
Purpose:Writes data for a CONNECT request into another data structure,
as passed into the Write() methods.
Author(s):pjudge
Created:2018-07-16
Notes:* From https://tools.ietf.org/html/rfc7231#section-4.3.6
A client sending a CONNECT request MUST send the authority form of
request-target (Section 5.3 of [RFC7230]); i.e., the request-target
consists of only the host name and port number of the tunnel
destination, separated by a colon. For example,
CONNECT server.example.com:80 HTTP/1.1
Host: server.example.com:80
/* Default constructor



Method Summary
  Options Name Purpose
  Open ()
  INT64 Write (Object) /* Write*/

Constructor Summary
  Options Name Purpose
  ConnectRequestFilter () /* Default constructor */

Method Detail
Top

Open ()

Top

INT64 Write (Object)

/* Write
Parameters:
pData Progress.Lang.Object
 
Returns INT64
 


Constructor Detail
Top

ConnectRequestFilter ()

/* Default constructor