C# Class Infinispan.HotRod.Config.ServerConfiguration

Used to hold the server specific configurations.
Mostra file Open project: infinispan/dotnet-client

Public Methods

Method Description
Host ( ) : String

Retrieves the server host.

Port ( ) : int

Retrieves the server port.

Private Methods

Method Description
Config ( ) : Infinispan.HotRod.SWIG.ServerConfiguration
ServerConfiguration ( Infinispan config ) : System

Method Details

Host() public method

Retrieves the server host.
public Host ( ) : String
return String

Port() public method

Retrieves the server port.
public Port ( ) : int
return int