asp.net.ph

HttpWorkerRequest.SendUnknownResponseHeader Method

System.Web Namespace   HttpWorkerRequest Class


Adds a nonstandard HTTP header to the response.

[ VB ]
<ComVisible ( False ) >
MustOverride Public Sub SendUnknownResponseHeader ( _
   ByVal name As String, _
   ByVal value As String _
)

[ C# ]
 [ ComVisible ( false ) ] 
public abstract void SendUnknownResponseHeader (
   string name,
   string value
);

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual void SendUnknownResponseHeader (
   String* name,
   String* value
) = 0;

[ JScript ]
public ComVisible ( false ) 
abstract function SendUnknownResponseHeader (
   name : String,
   value : String
);

Parameters

name
The name of the header to send.
value
The value of the header.
See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note