C# 클래스 PayPal.NVP.PlatformAPICallPreHandler

상속: IAPICallPreHandler
파일 보기 프로젝트 열기: paypal/sdk-core-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetCredential ( ) : PayPal.Authentication.ICredential

Reurns instance of ICredential

GetEndpoint ( ) : string

Returns the endpoint url

GetHeaderMap ( ) : string>.Dictionary

Returns the Header

GetPayload ( ) : string

Returns the raw payload as no processing necessary for NVP

PlatformAPICallPreHandler ( string>.Dictionary config, string rawPayload, string serviceName, string method, PayPal.Authentication.ICredential credential ) : System

NVPAPICallPreHandler

PlatformAPICallPreHandler ( string>.Dictionary config, string rawPayload, string serviceName, string method, string apiUserName, string accessToken, string accesstokenSecret ) : System

NVPAPICallPreHandler

비공개 메소드들

메소드 설명
GetApplicationId ( ) : string

Returns Application Id

GetCredentials ( ) : PayPal.Authentication.ICredential

Returns the credentials

GetDefaultHttpHeadersNVP ( ) : string>.Dictionary

Returns the Default Http Headers NVP

GetDeviceIPAddress ( ) : string
GetSandboxEmailAddress ( ) : string
InitCredential ( ) : void
PlatformAPICallPreHandler ( string rawPayoad, string serviceName, string method, string>.Dictionary config ) : System

Private constructor

메소드 상세

GetCredential() 공개 메소드

Reurns instance of ICredential
public GetCredential ( ) : PayPal.Authentication.ICredential
리턴 PayPal.Authentication.ICredential

GetEndpoint() 공개 메소드

Returns the endpoint url
public GetEndpoint ( ) : string
리턴 string

GetHeaderMap() 공개 메소드

Returns the Header
public GetHeaderMap ( ) : string>.Dictionary
리턴 string>.Dictionary

GetPayload() 공개 메소드

Returns the raw payload as no processing necessary for NVP
public GetPayload ( ) : string
리턴 string

PlatformAPICallPreHandler() 공개 메소드

NVPAPICallPreHandler
public PlatformAPICallPreHandler ( string>.Dictionary config, string rawPayload, string serviceName, string method, PayPal.Authentication.ICredential credential ) : System
config string>.Dictionary
rawPayload string
serviceName string
method string
credential PayPal.Authentication.ICredential
리턴 System

PlatformAPICallPreHandler() 공개 메소드

NVPAPICallPreHandler
public PlatformAPICallPreHandler ( string>.Dictionary config, string rawPayload, string serviceName, string method, string apiUserName, string accessToken, string accesstokenSecret ) : System
config string>.Dictionary
rawPayload string
serviceName string
method string
apiUserName string
accessToken string
accesstokenSecret string
리턴 System