Property | Type | Description | |
---|---|---|---|
pLoad | string |
Method | Description | |
---|---|---|
GetCredential ( ) : PayPal.Authentication.ICredential | ||
GetEndpoint ( ) : string | ||
GetHeaderMap ( ) : string>.Dictionary |
||
GetPayload ( ) : string | ||
RESTAPICallPreHandler ( string>.Dictionary |
RESTAPICallPreHandler taking dynamic configuration Dictionary
|
|
RESTAPICallPreHandler ( string>.Dictionary |
RESTAPICallPreHandler taking dynamic configuration Dictionary and HTTP Headers Dictionary
|
Method | Description | |
---|---|---|
FormUserAgentHeader ( ) : string>.Dictionary |
Override this method to customize User-Agent header value
|
|
GetProcessedEndPoint ( ) : string |
Override this method to return default behavior for endpoint fetching
|
|
GetProcessedHeadersMap ( ) : string>.Dictionary |
Overrided this method to return HTTP headers
|
|
GetProcessedPayload ( ) : string |
Override this method to post process the payload. The payload is returned unaltered as a default behaviour
|
Method | Description | |
---|---|---|
EncodeToBase64 ( string clientID, string clientSecret ) : String | ||
GetClientID ( ) : String | ||
GetClientSecret ( ) : String |
protected FormUserAgentHeader ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public GetCredential ( ) : PayPal.Authentication.ICredential | ||
return | PayPal.Authentication.ICredential |
protected GetProcessedHeadersMap ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public RESTAPICallPreHandler ( string>.Dictionary |
||
config | string>.Dictionary | Dictionary for dynamic configuration |
return | System |
public RESTAPICallPreHandler ( string>.Dictionary |
||
config | string>.Dictionary | Dictionary for dynamic configuration |
headersMap | string>.Dictionary | Dictionary for HTTP Headers |
return | System |