Click or drag to resize
CoreCreateSession Method

[Missing <summary> documentation for "M:RFM.Services.Core.CreateSession(System.String,System.String,System.String,System.String)"]

Namespace: RFM.Services
Assembly: RFMServices (in RFMServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Response CreateSession(
	string user,
	string password,
	string clientAppID,
	string userKey
)

Parameters

user
Type: SystemString

[Missing <param name="user"/> documentation for "M:RFM.Services.Core.CreateSession(System.String,System.String,System.String,System.String)"]

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:RFM.Services.Core.CreateSession(System.String,System.String,System.String,System.String)"]

clientAppID
Type: SystemString

[Missing <param name="clientAppID"/> documentation for "M:RFM.Services.Core.CreateSession(System.String,System.String,System.String,System.String)"]

userKey
Type: SystemString

[Missing <param name="userKey"/> documentation for "M:RFM.Services.Core.CreateSession(System.String,System.String,System.String,System.String)"]

Return Value

Type: Response

[Missing <returns> documentation for "M:RFM.Services.Core.CreateSession(System.String,System.String,System.String,System.String)"]

Implements

ICoreCreateSession(String, String, String, String)
See Also