WebHeaderCollection.ToByteArray 方法
定义
将 WebHeaderCollection 转换为字节数组。Converts the WebHeaderCollection to a byte array.
public:
cli::array <System::Byte> ^ ToByteArray();
public byte[] ToByteArray ();
member this.ToByteArray : unit -> byte[]
Public Function ToByteArray () As Byte()
返回
- Byte[]
保存标头集合的 Byte 数组。A Byte array holding the header collection.