public class AuthenticationRequestEventArgs extends BaseObject
| Modifier and Type | Field and Description |
|---|---|
private logical |
cancel |
private object<? extends Credentials> |
credentials |
private character |
realm |
private object<? extends IhttpRequest> |
request |
| Constructor and Description |
|---|
AuthenticationRequestEventArgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
__net_http_AuthenticationRequestEventArgs_constructor__(object<? extends IhttpRequest> _poRequest,
character _pcRealm) |
void |
__net_http_AuthenticationRequestEventArgs_execute__() |
logical |
getCancel() |
object<? extends Credentials> |
getCredentials() |
character |
getRealm() |
object<? extends IhttpRequest> |
getRequest() |
void |
setCancel(logical _var) |
void |
setCredentials(object<? extends Credentials> _var) |
__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTrackedprivate object<? extends IhttpRequest> request
private character realm
private object<? extends Credentials> credentials
private logical cancel
public void __net_http_AuthenticationRequestEventArgs_execute__()
public object<? extends IhttpRequest> getRequest()
public character getRealm()
public object<? extends Credentials> getCredentials()
public void setCredentials(object<? extends Credentials> _var)
public logical getCancel()
public void setCancel(logical _var)
public void __net_http_AuthenticationRequestEventArgs_constructor__(object<? extends IhttpRequest> _poRequest, character _pcRealm)