C# Class System.Net.Http.Tests.HttpContentHeadersTest

显示文件 Open project: dotnet/corefx

Public Methods

Method Description
HttpContentHeadersTest ( ) : System

Private Methods

Method Description
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

Method Details

HttpContentHeadersTest() public method

public HttpContentHeadersTest ( ) : System
return System