Org.Apache.Http.IHttpServerConnection.SendResponseHeader Method
Sends the response line and headers of a response over this connection.

Syntax

[Android.Runtime.Register("sendResponseHeader", "(Lorg/apache/http/HttpResponse;)V", "GetSendResponseHeader_Lorg_apache_http_HttpResponse_Handler:Org.Apache.Http.IHttpServerConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SendResponseHeader (IHttpResponse response)

Parameters

response
the response whose headers to send.

Exceptions

TypeReason
!:NoType:HttpException
Java.IO.IOException
Org.Apache.Http.HttpException

Remarks

Sends the response line and headers of a response over this connection.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1