C# Class LoginRadiusSDK.Entity.LoginRadiusV2EntityBase

Mostrar archivo Open project: LoginRadius/dot-net-sdk

Private Properties

Property Type Description
GetEndpoint string
LoginRadiusV2EntityBase System.Configuration

Public Methods

Method Description
Post ( LoginRadiusSDK.Entity.LoginRadiusObject @object, string json ) : string

Protected Methods

Method Description
LoginRadiusV2EntityBase ( ) : System.Configuration

LoginRadius Api and Secret key.

Post ( LoginRadiusSDK.Entity.LoginRadiusObject @object, HttpRequestParameter @params ) : string
Post ( LoginRadiusSDK.Entity.LoginRadiusObject @object, HttpRequestParameter getParams, HttpRequestParameter postParams ) : string
Post ( LoginRadiusSDK.Entity.LoginRadiusObject @object, HttpRequestParameter getParams, string postParams ) : string

Private Methods

Method Description
GetEndpoint ( string api ) : string
LoginRadiusV2EntityBase ( LoginRadiusSDK.Entity.UserRegistrationAuthentication authentication ) : System.Configuration

Method Details

LoginRadiusV2EntityBase() protected method

LoginRadius Api and Secret key.
protected LoginRadiusV2EntityBase ( ) : System.Configuration
return System.Configuration

Post() protected method

protected Post ( LoginRadiusSDK.Entity.LoginRadiusObject @object, HttpRequestParameter @params ) : string
@object LoginRadiusSDK.Entity.LoginRadiusObject
@params HttpRequestParameter
return string

Post() protected method

protected Post ( LoginRadiusSDK.Entity.LoginRadiusObject @object, HttpRequestParameter getParams, HttpRequestParameter postParams ) : string
@object LoginRadiusSDK.Entity.LoginRadiusObject
getParams HttpRequestParameter
postParams HttpRequestParameter
return string

Post() protected method

protected Post ( LoginRadiusSDK.Entity.LoginRadiusObject @object, HttpRequestParameter getParams, string postParams ) : string
@object LoginRadiusSDK.Entity.LoginRadiusObject
getParams HttpRequestParameter
postParams string
return string

Post() public method

public Post ( LoginRadiusSDK.Entity.LoginRadiusObject @object, string json ) : string
@object LoginRadiusSDK.Entity.LoginRadiusObject
json string
return string