23 global::System.Net.Security.SslStream sslStream;
30 internal global::System.Net.Security.SslStream
SslStream
50 internal global::System.Security.Cryptography.X509Certificates.X509Certificate2
ClientCertificate
138 if (this.
sock.RemoteEndPoint !=
null)
232 if (responseStream !=
null)
234 return responseStream;
241 while (listener ==
null);
244 return responseStream;
278 if (httpListenerContext2.
error ==
null)
286 this.
Close(num != 0);
310 if (httpListener !=
null)
355 return "Bad request" !=
null;
401 string text2 =
string.Format(
"<h1>{0} ({1})</h1>",
text, msg);
404 string text3 =
string.Format(
"<h1>{0}</h1>",
text);
445 global::System.Net.Sockets.Socket socket = this.
sock;
457 if (this.
sock !=
null)
462 if (this.
sock !=
null)
489 private bool <.ctor>
b__24_0(
object t,
X509Certificate c, global::System.Security.Cryptography.X509Certificates.X509Chain
ch, global::System.Net.Security.SslPolicyErrors e)
504 private global::System.Net.Sockets.Socket
sock;
564 private global::System.Security.Cryptography.X509Certificates.X509Certificate2
client_cert;
class f__AnonymousType0<< Count > j__TPar
void RemoveConnection(HttpConnection conn)
bool BindContext(HttpListenerContext context)
RequestStream GetRequestStream(bool chunked, long contentlength)
void Close(bool force_close)
global::System.Security.Cryptography.X509Certificates.X509Certificate2 ClientCertificate
global::System.Net.Security.SslStream ssl_stream
HttpConnection.InputState input_state
void SendError(string msg, int status)
IPEndPoint RemoteEndPoint
string ReadLine(byte[] buffer, int offset, int len, int used)
static void OnRead(IAsyncResult ares)
global::System.Security.Cryptography.X509Certificates.X509Certificate2 client_cert
bool<.ctor > b__24_0(object t, X509Certificate c, global::System.Security.Cryptography.X509Certificates.X509Chain ch, global::System.Net.Security.SslPolicyErrors e)
HttpListenerContext context
void OnTimeout(object unused)
global::System.Net.Sockets.Socket sock
HttpListener last_listener
HttpConnection.LineState line_state
static AsyncCallback onread_cb
ResponseStream GetResponseStream()
HttpConnection(global::System.Net.Sockets.Socket sock, EndPointListener epl, bool secure, X509Certificate cert)
void OnReadInternal(IAsyncResult ares)
StringBuilder current_line
int[] ClientCertificateErrors
bool ProcessInput(MemoryStream ms)
HttpListenerResponse response
HttpListenerRequest request
WebHeaderCollection headers
Encoding content_encoding
bool ignore_write_exceptions
void RegisterContext(HttpListenerContext context)
void UnregisterContext(HttpListenerContext context)
static string Get(HttpStatusCode code)