C# 클래스 System.Net.Http.Tests.HttpContentHeadersTest

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
HttpContentHeadersTest ( ) : System

비공개 메소드들

메소드 설명
Allow_ReadAndWriteProperty_ValueMatchesPriorSetValue ( ) : void
Allow_UseAddMethodWithInvalidValue_InvalidValueRecognized ( ) : void
Allow_UseAddMethod_AddedValueCanBeRetrievedUsingProperty ( ) : void
ContentEncoding_ReadAndWriteProperty_ValueMatchesPriorSetValue ( ) : void
ContentEncoding_UseAddMethodWithInvalidValue_InvalidValueRecognized ( ) : void
ContentEncoding_UseAddMethod_AddedValueCanBeRetrievedUsingProperty ( ) : void
ContentLanguage_ReadAndWriteProperty_ValueMatchesPriorSetValue ( ) : void
ContentLanguage_UseAddMethodWithInvalidValue_InvalidValueRecognized ( ) : void
ContentLanguage_UseAddMethod_AddedValueCanBeRetrievedUsingProperty ( ) : void
ContentLength_AddInvalidValueUsingUnusualCasing_ParserRetrievedUsingCaseInsensitiveComparison ( ) : void
ContentLength_ReadValue_TryComputeLengthInvoked ( ) : void
ContentLength_SetCustomValue_TryComputeLengthNotInvoked ( ) : void
ContentLength_UseAddMethod_AddedValueCanBeRetrievedUsingProperty ( ) : void
ContentLocation_ReadAndWriteProperty_ValueMatchesPriorSetValue ( ) : void
ContentLocation_UseAddMethodWithInvalidValue_InvalidValueRecognized ( ) : void
ContentLocation_UseAddMethod_AddedValueCanBeRetrievedUsingProperty ( ) : void
ContentMD5_ReadAndWriteProperty_ValueMatchesPriorSetValue ( ) : void
ContentMD5_UseAddMethodWithInvalidValue_InvalidValueRecognized ( ) : void
ContentMD5_UseAddMethod_AddedValueCanBeRetrievedUsingProperty ( ) : void
ContentRange_ReadAndWriteProperty_ValueMatchesPriorSetValue ( ) : void
ContentRange_UseAddMethod_AddedValueCanBeRetrievedUsingProperty ( ) : void
ContentType_ReadAndWriteProperty_ValueMatchesPriorSetValue ( ) : void
ContentType_UseAddMethodWithInvalidValue_InvalidValueRecognized ( ) : void
ContentType_UseAddMethod_AddedValueCanBeRetrievedUsingProperty ( ) : void
Expires_ReadAndWriteProperty_ValueMatchesPriorSetValue ( ) : void
Expires_UseAddMethodWithInvalidValue_InvalidValueRecognized ( ) : void
Expires_UseAddMethod_AddedValueCanBeRetrievedUsingProperty ( ) : void
InvalidHeaders_AddRequestAndResponseHeaders_Throw ( ) : void
LastModified_ReadAndWriteProperty_ValueMatchesPriorSetValue ( ) : void
LastModified_UseAddMethodWithInvalidValue_InvalidValueRecognized ( ) : void
LastModified_UseAddMethod_AddedValueCanBeRetrievedUsingProperty ( ) : void

메소드 상세

HttpContentHeadersTest() 공개 메소드

public HttpContentHeadersTest ( ) : System
리턴 System