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

Inherits: Progress.Lang.Object

Copyright (c) 2014 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



Constructor Summary
Options Name Purpose
# Credentials ()
# Credentials (character, character, character)

Property Summary
Options Name Purpose
# CHARACTER Domain /** The domain (or realm) to which the user belongs */
# CHARACTER Password /** The user's password for this domain */
# CHARACTER UserName /** The user name */


Constructor Detail
Top

PROTECTED Credentials ()

Top

PROTECTED Credentials (character, character, character)

Parameters:
pcDomain CHARACTER
pcUserName CHARACTER
pcPassword CHARACTER


Property Detail
Top

PROTECTED CHARACTER Domain

Purpose: The domain (or realm) to which the user belongs
Returns CHARACTER
Top

PROTECTED CHARACTER Password

Purpose: The user's password for this domain
Returns CHARACTER
Top

PROTECTED CHARACTER UserName

Purpose: The user name
Returns CHARACTER


10.27.2015 12:36:36