C# 클래스 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.
파일 보기 프로젝트 열기: LoginRadius/dot-net-sdk

Private Properties

프로퍼티 타입 설명
GetEndpoint string
LoginRadiusEntityBase System.Configuration

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetEndpoint ( string api ) : string
LoginRadiusEntityBase ( LoginRadiusSDK.Entity.UserRegistrationAuthentication authentication ) : System.Configuration

메소드 상세

Get() 공개 메소드

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

Get() 보호된 메소드

protected Get ( LoginRadiusSDK.Entity.LoginRadiusObject @object, HttpRequestParameter parameter ) : string
@object LoginRadiusSDK.Entity.LoginRadiusObject
parameter HttpRequestParameter
리턴 string

Get() 공개 메소드

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.
리턴 string

LoginRadiusEntityBase() 보호된 메소드

LoginRadius Api and Secret key.
protected LoginRadiusEntityBase ( ) : System.Configuration
리턴 System.Configuration

Post() 보호된 메소드

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

Post() 보호된 메소드

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

Post() 보호된 메소드

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

Post() 공개 메소드

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
리턴 string