다음을 통해 공유


HttpExpectationHeaderValue.Value 속성

정의

예상 HTTP 헤더에 사용되는 서버 동작에 대한 값을 가져오거나 설정합니다.

public:
 property Platform::String ^ Value { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Value();

void Value(winrt::hstring value);
public string Value { get; set; }
var string = httpExpectationHeaderValue.value;
httpExpectationHeaderValue.value = string;
Public Property Value As String

속성 값

String

Platform::String

winrt::hstring

예상 HTTP 헤더에 사용되는 서버 동작에 대한 값입니다.

설명

지정된 서버 동작에 값이 필요하지 않을 수 있으며 Value 속성은 빈 문자열이 됩니다. 예를 들어 100-continue 는 값과 함께 사용되지 않습니다.

적용 대상