C# Class LoginRadiusSDK.Entity.LoginRadiusEntityBase

LoginRadius entity class that is used as common entity to methods, it describes for the hhtp method, headers which is used in the GET and POST methods. The Hypertext Transfer Protocol (HTTP) is designed to enable communications between clients and servers.
Afficher le fichier Open project: LoginRadius/dot-net-sdk

Private Properties

Свойство Type Description
GetEndpoint string
LoginRadiusEntityBase System.Configuration

Méthodes publiques

Méthode Description
Get ( LoginRadiusSDK.Entity.LoginRadiusObject @object ) : string

The GET method sends the encoded user information appended to the page request.

Get ( LoginRadiusSDK.Entity.LoginRadiusObject @object, string accept ) : string

The GET method sends the encoded user information appended to the page request with specified headers.

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

The POST method transfers information via HTTP headers. The information is encoded as described in case of GET method and put into a header called QUERY_STRING.

Méthodes protégées

Méthode Description
Get ( LoginRadiusSDK.Entity.LoginRadiusObject @object, HttpRequestParameter parameter ) : string
LoginRadiusEntityBase ( ) : 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

Méthode Description
GetEndpoint ( string api ) : string
LoginRadiusEntityBase ( LoginRadiusSDK.Entity.UserRegistrationAuthentication authentication ) : System.Configuration

Method Details

Get() public méthode

The GET method sends the encoded user information appended to the page request.
public Get ( LoginRadiusSDK.Entity.LoginRadiusObject @object ) : string
@object LoginRadiusSDK.Entity.LoginRadiusObject
Résultat string

Get() protected méthode

protected Get ( LoginRadiusSDK.Entity.LoginRadiusObject @object, HttpRequestParameter parameter ) : string
@object LoginRadiusSDK.Entity.LoginRadiusObject
parameter HttpRequestParameter
Résultat string

Get() public méthode

The GET method sends the encoded user information appended to the page request with specified headers.
public Get ( LoginRadiusSDK.Entity.LoginRadiusObject @object, string accept ) : string
@object LoginRadiusSDK.Entity.LoginRadiusObject
accept string Headers which is to be send in HTTP GET request.
Résultat string

LoginRadiusEntityBase() protected méthode

LoginRadius Api and Secret key.
protected LoginRadiusEntityBase ( ) : System.Configuration
Résultat System.Configuration

Post() protected méthode

protected Post ( LoginRadiusSDK.Entity.LoginRadiusObject @object, HttpRequestParameter @params ) : string
@object LoginRadiusSDK.Entity.LoginRadiusObject
@params HttpRequestParameter
Résultat string

Post() protected méthode

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

Post() protected méthode

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

Post() public méthode

The POST method transfers information via HTTP headers. The information is encoded as described in case of GET method and put into a header called QUERY_STRING.
public Post ( LoginRadiusSDK.Entity.LoginRadiusObject @object, string json ) : string
@object LoginRadiusSDK.Entity.LoginRadiusObject
json string
Résultat string