C# Class Samurai.SamuraiOptions

Represents connection options.
Afficher le fichier Open project: FeeFighters/samurai-client-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
ReverseMerge ( SamuraiOptions options ) : SamuraiOptions

Merges this options with another. Properties of this options which are not null will not be merged (overrided).

Method Details

ReverseMerge() public méthode

Merges this options with another. Properties of this options which are not null will not be merged (overrided).
public ReverseMerge ( SamuraiOptions options ) : SamuraiOptions
options SamuraiOptions Options to merge with.
Résultat SamuraiOptions