Property | Type | Description | |
---|---|---|---|
RetsSession | System |
Method | Description | |
---|---|---|
Create ( string baseUrl, string loginUrl, int port, string userName, string password, string userAgent, string userAgentAuth, string retsVersion, AuthenticationMethod authMethod ) : |
||
GetMetadata ( ) : RetsGetMetadataResponse | ||
Login ( ) : |
||
Logout ( ) : RetsLogoutResponse | ||
PostObject ( |
Method | Description | |
---|---|---|
RetsSession ( ) : System |
public static Create ( string baseUrl, string loginUrl, int port, string userName, string password, string userAgent, string userAgentAuth, string retsVersion, AuthenticationMethod authMethod ) : |
||
baseUrl | string | |
loginUrl | string | |
port | int | |
userName | string | |
password | string | |
userAgent | string | |
userAgentAuth | string | |
retsVersion | string | |
authMethod | AuthenticationMethod | |
return |
public GetMetadata ( ) : RetsGetMetadataResponse | ||
return | RetsGetMetadataResponse |
public Login ( ) : |
||
return |
public PostObject ( |
||
postObjectParams | ||
return | RetsPostObjectResponse |