Namespace: OpenEdge.Net.HTTP
Type: Class Credentials
Parent Classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object


Copyright (c) 2014, 2021 by Progress Software Corporation. All rights reserved.
File:Credentials
Purpose:A generic set of credentials used for HTTP requests
Author(s):pjudge
Created:Tue Jul 08 09:00:51 EDT 2014
Purpose: The domain (or realm) to which the user belongs



Constructor Summary
  Options Name Purpose
  Credentials () /* Default Constructor */
  Credentials (character, character, character)

Property Summary
  Options Name Purpose
  CHARACTER Domain
  CHARACTER Password
  CHARACTER UserName


Constructor Detail
Top

Credentials ()

/* Default Constructor
Top

Credentials (character, character, character)

Parameters:
pcDomain CHARACTER
 
pcUserName CHARACTER
 
pcPassword CHARACTER
 


Property Detail
Top

CHARACTER Domain

Returns CHARACTER
 
Top

CHARACTER Password

Returns CHARACTER
 
Top

CHARACTER UserName

Returns CHARACTER