WSFederationSerializer.GetReferencedResult(String) 메서드

정의

참조된 URL에서 wresult 문자열을 가져옵니다.

public:
 virtual System::String ^ GetReferencedResult(System::String ^ wresultptr);
public virtual string GetReferencedResult(string wresultptr);
abstract member GetReferencedResult : string -> string
override this.GetReferencedResult : string -> string
Public Overridable Function GetReferencedResult (wresultptr As String) As String

매개 변수

wresultptr
String

결과 데이터의 URL입니다.

반품

URL의 요청 데이터입니다.

예외

기본 구현에 의해 throw됩니다.

설명

참조 URL에서 wresult 문자열을 가져오기 위해 이 메서드를 재정의합니다. 기본 구현은 .를 NotSupportedExceptionthrow합니다.

적용 대상