IServiceRemotingResponseMessageHeader.AddHeader(String, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new header with the specified name and value.
public void AddHeader (string headerName, byte[] headerValue);
abstract member AddHeader : string * byte[] -> unit
Public Sub AddHeader (headerName As String, headerValue As Byte())
Parameters
- headerName
- String
The header Name.
- headerValue
- Byte[]
The header value.