C# Class LpsRetsClient.RetsSession

Afficher le fichier Open project: bkmls/retsdotnet Class Usage Examples

Private Properties

Свойство Type Description
RetsSession System

Méthodes publiques

Méthode Description
Create ( string baseUrl, string loginUrl, int port, string userName, string password, string userAgent, string userAgentAuth, string retsVersion, AuthenticationMethod authMethod ) : RetsSession
GetMetadata ( ) : RetsGetMetadataResponse
Login ( ) : RetsLoginResponse
Logout ( ) : RetsLogoutResponse
PostObject ( RetsPostObjectParams postObjectParams ) : RetsPostObjectResponse

Private Methods

Méthode Description
RetsSession ( ) : System

Method Details

Create() public static méthode

public static Create ( string baseUrl, string loginUrl, int port, string userName, string password, string userAgent, string userAgentAuth, string retsVersion, AuthenticationMethod authMethod ) : RetsSession
baseUrl string
loginUrl string
port int
userName string
password string
userAgent string
userAgentAuth string
retsVersion string
authMethod AuthenticationMethod
Résultat RetsSession

GetMetadata() public méthode

public GetMetadata ( ) : RetsGetMetadataResponse
Résultat RetsGetMetadataResponse

Login() public méthode

public Login ( ) : RetsLoginResponse
Résultat LpsRetsClient.Transaction.RetsLoginResponse

Logout() public méthode

public Logout ( ) : RetsLogoutResponse
Résultat RetsLogoutResponse

PostObject() public méthode

public PostObject ( RetsPostObjectParams postObjectParams ) : RetsPostObjectResponse
postObjectParams RetsPostObjectParams
Résultat RetsPostObjectResponse