C# Class System.Net.WebHeaderCollection.HeaderEncoding

显示文件 Open project: gbarnett/shared-source-cli-2.0

Private Methods

Method Description
GetByteCount ( string myString ) : int
GetBytes ( string myString ) : byte[]
GetBytes ( string myString, int charIndex, int charCount, byte bytes, int byteIndex ) : void
GetString ( byte pBytes, int byteCount ) : string
GetString ( byte bytes, int byteIndex, int byteCount ) : string