IServerInformationProvider インターフェイス

定義

サーバーから提供された情報を表示します。

public interface class IServerInformationProvider
public interface IServerInformationProvider
type IServerInformationProvider = interface
Public Interface IServerInformationProvider

メソッド

名前 説明
GetServerInformation(ConnectionInfoBase)

情報提供者を記述するサーバー情報を取得します。

GetServerInformation(IEnumerable<ConnectionInfoBase>)

情報提供者を記述するサーバー情報を取得します。

適用対象