C# 클래스 LpsRetsClient.RetsSession

파일 보기 프로젝트 열기: bkmls/retsdotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RetsSession System

공개 메소드들

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

비공개 메소드들

메소드 설명
RetsSession ( ) : System

메소드 상세

Create() 공개 정적인 메소드

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

GetMetadata() 공개 메소드

public GetMetadata ( ) : RetsGetMetadataResponse
리턴 RetsGetMetadataResponse

Login() 공개 메소드

public Login ( ) : RetsLoginResponse
리턴 LpsRetsClient.Transaction.RetsLoginResponse

Logout() 공개 메소드

public Logout ( ) : RetsLogoutResponse
리턴 RetsLogoutResponse

PostObject() 공개 메소드

public PostObject ( RetsPostObjectParams postObjectParams ) : RetsPostObjectResponse
postObjectParams RetsPostObjectParams
리턴 RetsPostObjectResponse