C# Class Infinispan.HotRod.Config.ServerConfiguration

Used to hold the server specific configurations.
Afficher le fichier Open project: infinispan/dotnet-client

Méthodes publiques

Méthode Description
Host ( ) : String

Retrieves the server host.

Port ( ) : int

Retrieves the server port.

Private Methods

Méthode Description
Config ( ) : Infinispan.HotRod.SWIG.ServerConfiguration
ServerConfiguration ( Infinispan config ) : System

Method Details

Host() public méthode

Retrieves the server host.
public Host ( ) : String
Résultat String

Port() public méthode

Retrieves the server port.
public Port ( ) : int
Résultat int