다음을 통해 공유


ContextMessageProperty.TryCreateFromHttpCookieHeader 메서드

정의

지정된 HTTP 쿠키의 키/값 쌍에서 ContextMessageProperty 를 인스턴스화하려고 합니다.

public:
 static bool TryCreateFromHttpCookieHeader(System::String ^ httpCookieHeader, [Runtime::InteropServices::Out] System::ServiceModel::Channels::ContextMessageProperty ^ % context);
public static bool TryCreateFromHttpCookieHeader (string httpCookieHeader, out System.ServiceModel.Channels.ContextMessageProperty context);
static member TryCreateFromHttpCookieHeader : string * ContextMessageProperty -> bool
Public Shared Function TryCreateFromHttpCookieHeader (httpCookieHeader As String, ByRef context As ContextMessageProperty) As Boolean

매개 변수

httpCookieHeader
String

context 속성 값을 초기화할 HTTP 쿠키 헤더의 이름입니다.

context
ContextMessageProperty

이 메서드에서 true를 반환하면 context에는 httpCookieHeader와 연결된 ContextMessageProperty가 있는 ContextMessageProperty가 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반환

true의 값을 httpCookieHeader에서 가져오면 ContextMessageProperty이고, 그렇지 않으면 false입니다.

예외

httpCookieHeadernull입니다.

적용 대상