次の方法で共有


ServiceEndpointCollection クラス

定義

このクラスは、Reliable サービスのエンドポイントを表します。 各エンドポイントには、リスナー名とそのリスナーのアドレスがあります。

[System.Runtime.Serialization.DataContract]
public sealed class ServiceEndpointCollection
[<System.Runtime.Serialization.DataContract>]
type ServiceEndpointCollection = class
Public NotInheritable Class ServiceEndpointCollection
継承
ServiceEndpointCollection
属性

コンストラクター

ServiceEndpointCollection()

ServiceEndpointCollection クラスの新しい空のインスタンスを初期化します。

ServiceEndpointCollection(String, String)

リスナー名で識別される単一の ServiceEndpointCollection エンドポイントを使用して、 クラスの新しいインスタンスを初期化します。

メソッド

AddEndpoint(String, String)

エンドポイントを EndpointsCollection に追加します。

AddEndpoints(ServiceEndpointCollection)

入力 EndpointsCollection クラスのエンドポイントを EndpointsCollection に追加します。

ToReadOnlyDictionary()

endpointsCollection の ReadOnlyDictionary を返します。

ToString()

endpointsCollection を形式 {"Endpoints":{"Listener1":"Endpoint1","Listener2":"Endpoint2" ...}} の JSON 文字列に変換します。

TryGetEndpointAddress(String, String)

リスナー名で識別されるエンドポイントを取得します。

TryGetFirstEndpointAddress(String)

EndpointsCollection 内の最初のエンドポイント アドレスを取得します。

TryParseEndpointsString(String, ServiceEndpointCollection)

エンドポイントの文字列バージョンから EndpointsCollection を構築します。 EndpointsCollection の文字列形式は、{"Endpoints":{"Listener1":"Endpoint1","Listener2":"Endpoint2" ...}} の形式です。

適用対象