ProfileRequest

ProfileRequest class

A profile request indicates which profile components a client desires. It also indicates what the client’s routing capability is. Profiles returned by the FI must be compatible with the requested routing style, or the server returns an error.

public class ProfileRequest

Constructors

Name Description
ProfileRequest() Initializes a new instance of ProfileRequest class.

Properties

Name Description
ClientRouting { get; set; } Gets or sets the identifies client routing capabilities.
ProfileUpdateDate { get; set; } Gets or sets the date and time client last received a profile update.

See Also