StandardEndpointsSection.Item[String] 属性

定义

返回包含指定终结点的终结点元素集合。

public:
 property System::ServiceModel::Configuration::EndpointCollectionElement ^ default[System::String ^] { System::ServiceModel::Configuration::EndpointCollectionElement ^ get(System::String ^ endpoint); };
public System.ServiceModel.Configuration.EndpointCollectionElement this[string endpoint] { get; }
member this.Item(string) : System.ServiceModel.Configuration.EndpointCollectionElement
Default Public ReadOnly Property Item(endpoint As String) As EndpointCollectionElement

参数

endpoint
String

终结点名称。

属性值

EndpointCollectionElement

终结点集合元素。

适用于