다음을 통해 공유


EndpointReference.ReadFrom 메서드

정의

지정된 판독기에서 wsa:EndpointReference 요소를 읽습니다.

오버로드

ReadFrom(XmlDictionaryReader)

지정된 XML 사전 판독기에서 wsa:EndpointReference 요소를 읽습니다.

ReadFrom(XmlReader)

지정된 XML 판독기에서 wsa:EndpointReference 요소를 읽습니다.

설명

Wsa: endpointreference 요소 내용을 읽고 반환을 EndpointReference 개체입니다. WS-Addressing 네임스페이스는 WS-Addressing 표준 스키마 또는 WS-Addressing 1.0 표준 스키마일 수 있습니다. Wsa: address 요소가 wsa: endpointreference 요소를 첫 번째 자식 요소 여야 합니다. 합니다 Uri 속성에서 반환 된 EndpointReference wsa: address 요소가 지정 된 URI로 설정 됩니다. 다른 모든 자식 요소에 추가 되는 Details 컬렉션입니다.

ReadFrom(XmlDictionaryReader)

지정된 XML 사전 판독기에서 wsa:EndpointReference 요소를 읽습니다.

public:
 static System::IdentityModel::Protocols::WSTrust::EndpointReference ^ ReadFrom(System::Xml::XmlDictionaryReader ^ reader);
public static System.IdentityModel.Protocols.WSTrust.EndpointReference ReadFrom (System.Xml.XmlDictionaryReader reader);
static member ReadFrom : System.Xml.XmlDictionaryReader -> System.IdentityModel.Protocols.WSTrust.EndpointReference
Public Shared Function ReadFrom (reader As XmlDictionaryReader) As EndpointReference

매개 변수

reader
XmlDictionaryReader

엔드포인트 참조를 읽을 XML 사전 판독기입니다.

반환

XML 사전 판독기에서 엔드포인트 참조를 읽거나 wsa:EndpointReference 요소를 읽을 수 없는 경우 null입니다.

설명

참조 된 ReadFrom 항목 세부 정보에 대 한 오버 로드 합니다.

적용 대상

ReadFrom(XmlReader)

지정된 XML 판독기에서 wsa:EndpointReference 요소를 읽습니다.

public:
 static System::IdentityModel::Protocols::WSTrust::EndpointReference ^ ReadFrom(System::Xml::XmlReader ^ reader);
public static System.IdentityModel.Protocols.WSTrust.EndpointReference ReadFrom (System.Xml.XmlReader reader);
static member ReadFrom : System.Xml.XmlReader -> System.IdentityModel.Protocols.WSTrust.EndpointReference
Public Shared Function ReadFrom (reader As XmlReader) As EndpointReference

매개 변수

reader
XmlReader

엔드포인트 참조를 읽어 올 XML 판독기입니다.

반환

XML 사전 판독기에서 엔드포인트 참조를 읽거나 wsa:EndpointReference 요소를 읽을 수 없는 경우 null입니다.

설명

참조 된 ReadFrom 항목 세부 정보에 대 한 오버 로드 합니다.

적용 대상