diff --git a/Example/Example.pidb b/Example/Example.pidb
index e8b5caa6..ab3dc054 100644
Binary files a/Example/Example.pidb and b/Example/Example.pidb differ
diff --git a/Example/bin/Debug_Ubuntu/example.exe b/Example/bin/Debug_Ubuntu/example.exe
index a87418bb..e60e68f0 100755
Binary files a/Example/bin/Debug_Ubuntu/example.exe and b/Example/bin/Debug_Ubuntu/example.exe differ
diff --git a/Example/bin/Debug_Ubuntu/example.exe.mdb b/Example/bin/Debug_Ubuntu/example.exe.mdb
index 3c97fe1e..67b50dfd 100644
Binary files a/Example/bin/Debug_Ubuntu/example.exe.mdb and b/Example/bin/Debug_Ubuntu/example.exe.mdb differ
diff --git a/Example/bin/Debug_Ubuntu/websocket-sharp.dll b/Example/bin/Debug_Ubuntu/websocket-sharp.dll
index 8b42adef..60332bbe 100755
Binary files a/Example/bin/Debug_Ubuntu/websocket-sharp.dll and b/Example/bin/Debug_Ubuntu/websocket-sharp.dll differ
diff --git a/Example/bin/Debug_Ubuntu/websocket-sharp.dll.mdb b/Example/bin/Debug_Ubuntu/websocket-sharp.dll.mdb
index e5282e03..ca5146db 100644
Binary files a/Example/bin/Debug_Ubuntu/websocket-sharp.dll.mdb and b/Example/bin/Debug_Ubuntu/websocket-sharp.dll.mdb differ
diff --git a/Example1/bin/Debug_Ubuntu/example1.exe b/Example1/bin/Debug_Ubuntu/example1.exe
index 60a0f9b2..b7a1ad7f 100755
Binary files a/Example1/bin/Debug_Ubuntu/example1.exe and b/Example1/bin/Debug_Ubuntu/example1.exe differ
diff --git a/Example1/bin/Debug_Ubuntu/example1.exe.mdb b/Example1/bin/Debug_Ubuntu/example1.exe.mdb
index bfa1d859..f6cf3cae 100644
Binary files a/Example1/bin/Debug_Ubuntu/example1.exe.mdb and b/Example1/bin/Debug_Ubuntu/example1.exe.mdb differ
diff --git a/Example1/bin/Debug_Ubuntu/websocket-sharp.dll b/Example1/bin/Debug_Ubuntu/websocket-sharp.dll
index 8b42adef..60332bbe 100755
Binary files a/Example1/bin/Debug_Ubuntu/websocket-sharp.dll and b/Example1/bin/Debug_Ubuntu/websocket-sharp.dll differ
diff --git a/Example1/bin/Debug_Ubuntu/websocket-sharp.dll.mdb b/Example1/bin/Debug_Ubuntu/websocket-sharp.dll.mdb
index e5282e03..ca5146db 100644
Binary files a/Example1/bin/Debug_Ubuntu/websocket-sharp.dll.mdb and b/Example1/bin/Debug_Ubuntu/websocket-sharp.dll.mdb differ
diff --git a/Example2/bin/Debug_Ubuntu/example2.exe b/Example2/bin/Debug_Ubuntu/example2.exe
index 6714239a..b4175454 100755
Binary files a/Example2/bin/Debug_Ubuntu/example2.exe and b/Example2/bin/Debug_Ubuntu/example2.exe differ
diff --git a/Example2/bin/Debug_Ubuntu/example2.exe.mdb b/Example2/bin/Debug_Ubuntu/example2.exe.mdb
index 21f8c675..bf015b89 100644
Binary files a/Example2/bin/Debug_Ubuntu/example2.exe.mdb and b/Example2/bin/Debug_Ubuntu/example2.exe.mdb differ
diff --git a/Example2/bin/Debug_Ubuntu/websocket-sharp.dll b/Example2/bin/Debug_Ubuntu/websocket-sharp.dll
index 8b42adef..60332bbe 100755
Binary files a/Example2/bin/Debug_Ubuntu/websocket-sharp.dll and b/Example2/bin/Debug_Ubuntu/websocket-sharp.dll differ
diff --git a/Example2/bin/Debug_Ubuntu/websocket-sharp.dll.mdb b/Example2/bin/Debug_Ubuntu/websocket-sharp.dll.mdb
index e5282e03..ca5146db 100644
Binary files a/Example2/bin/Debug_Ubuntu/websocket-sharp.dll.mdb and b/Example2/bin/Debug_Ubuntu/websocket-sharp.dll.mdb differ
diff --git a/Example3/bin/Debug_Ubuntu/Example3.exe b/Example3/bin/Debug_Ubuntu/Example3.exe
index cfefe0a1..cb873377 100755
Binary files a/Example3/bin/Debug_Ubuntu/Example3.exe and b/Example3/bin/Debug_Ubuntu/Example3.exe differ
diff --git a/Example3/bin/Debug_Ubuntu/Example3.exe.mdb b/Example3/bin/Debug_Ubuntu/Example3.exe.mdb
index 6027d46b..f7591adb 100644
Binary files a/Example3/bin/Debug_Ubuntu/Example3.exe.mdb and b/Example3/bin/Debug_Ubuntu/Example3.exe.mdb differ
diff --git a/Example3/bin/Debug_Ubuntu/websocket-sharp.dll b/Example3/bin/Debug_Ubuntu/websocket-sharp.dll
index 8b42adef..60332bbe 100755
Binary files a/Example3/bin/Debug_Ubuntu/websocket-sharp.dll and b/Example3/bin/Debug_Ubuntu/websocket-sharp.dll differ
diff --git a/Example3/bin/Debug_Ubuntu/websocket-sharp.dll.mdb b/Example3/bin/Debug_Ubuntu/websocket-sharp.dll.mdb
index e5282e03..ca5146db 100644
Binary files a/Example3/bin/Debug_Ubuntu/websocket-sharp.dll.mdb and b/Example3/bin/Debug_Ubuntu/websocket-sharp.dll.mdb differ
diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index d6e5d3e4..9d4c2403 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -6,7 +6,7 @@
// Gonzalo Paniagua Javier (gonzalo@novell.com)
//
// Copyright (c) 2005 Novell, Inc. (http://www.novell.com)
-// Copyright (c) 2012 sta.blockhead (sta.blockhead@gmail.com)
+// Copyright (c) 2012-2013 sta.blockhead (sta.blockhead@gmail.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
@@ -39,6 +39,12 @@ using System.Text;
namespace WebSocketSharp.Net {
+ ///
- Documentation for this section has not yet been entered.
- HttpListenerRequest Class
Documentation for this section has not yet been entered.
+ Begins getting the client's X.509 v.3 certificate asynchronously. +
Documentation for this section has not yet been entered.
+ Ends an asynchronous operation to get the client's X.509 v.3 certificate. +
Documentation for this section has not yet been entered.
+ Gets the client's X.509 v.3 certificate. +
- Documentation for this section has not yet been entered. -
+ Gets the media types which are acceptable for the response. +Syntax
public string[] AcceptTypes { get; }Value
- Documentation for this section has not yet been entered. -+ An array of string that contains the media type names in the Accept request-header field + or null if the request did not include an Accept header. +
- Documentation for this section has not yet been entered. -
+ Begins getting the client's X.509 v.3 certificate asynchronously. +Syntax
Parameters
@@ -678,24 +735,43 @@ requestCallback- Documentation for this section has not yet been entered. - + An AsyncCallback delegate that references the method(s) + called when the asynchronous operation completes. +state - Documentation for this section has not yet been entered. - + An object that contains a user defined object to pass to the requestCallback delegate. +
- Documentation for this section has not yet been entered. + An IAsyncResult that contains the status of the asynchronous operation. ++
++
+ +Type +Reason ++ ++ NotImplementedException + ++ This method is not implemented. + +
- Documentation for this section has not yet been entered. -
+ Gets an error code that identifies a problem with the client's certificate. +Syntax
public int ClientCertificateError { get; }Value
- Documentation for this section has not yet been entered. -+ Always returns 0. +
- Documentation for this section has not yet been entered. -
+ Gets the encoding that can be used with the entity body data included in the request. +Syntax
public System.Text.Encoding ContentEncoding { get; }Value
- Documentation for this section has not yet been entered. -+ A System.Text.Encoding that contains the encoding that can be used with entity body data. +
- Documentation for this section has not yet been entered. -
+ Gets the size of the entity body data included in the request. +Syntax
public long ContentLength64 { get; }Value
- Documentation for this section has not yet been entered. -+ A long that contains the value of the Content-Length entity-header field. + -1 if the size is not known. +
- Documentation for this section has not yet been entered. -
+ Gets the media type of the entity body included in the request. +Syntax
public string ContentType { get; }Value
- Documentation for this section has not yet been entered. -+ A string that contains the value of the Content-Type entity-header field. +
- Documentation for this section has not yet been entered. -
+ Gets the cookies included in the request. +Syntax
public CookieCollection Cookies { get; }Value
- Documentation for this section has not yet been entered. -+ A WebSocketSharp.Net.CookieCollection that contains the cookies included in the request. +
- Documentation for this section has not yet been entered. -
+ Ends an asynchronous operation to get the client's X.509 v.3 certificate. +Syntax
public System.Security.Cryptography.X509Certificates.X509Certificate2 EndGetClientCertificate (IAsyncResult asyncResult)Parameters
@@ -815,18 +892,35 @@ asyncResult- Documentation for this section has not yet been entered. - + An IAsyncResult obtained by calling the HttpListenerRequest.BeginGetClientCertificate(AsyncCallback, object) method. +
- Documentation for this section has not yet been entered. + A System.Security.Cryptography.X509Certificates.X509Certificate2 that contains the client's X.509 v.3 certificate. ++
++
+ +Type +Reason ++ ++ NotImplementedException + ++ This method is not implemented. + +
- Documentation for this section has not yet been entered. -
+ Gets the client's X.509 v.3 certificate. +Syntax
public System.Security.Cryptography.X509Certificates.X509Certificate2 GetClientCertificate ()Returns
- Documentation for this section has not yet been entered. + A System.Security.Cryptography.X509Certificates.X509Certificate2 that contains the client's X.509 v.3 certificate. ++Exceptions
+++
+ +Type +Reason ++ ++ NotImplementedException + ++ This method is not implemented. + +Remarks
@@ -855,14 +966,14 @@HasEntityBody Property
- Documentation for this section has not yet been entered. -
+ Gets a value indicating whether the request has the entity body. +Syntax
public bool HasEntityBody { get; }Value
- Documentation for this section has not yet been entered. -+ true if the request has the entity body; otherwise, false. +Remarks
Documentation for this section has not yet been entered. @@ -875,14 +986,14 @@Headers Property
- Documentation for this section has not yet been entered. -
+ Gets the HTTP headers used in the request. +Syntax
public System.Collections.Specialized.NameValueCollection Headers { get; }Value
- Documentation for this section has not yet been entered. -+ A System.Collections.Specialized.NameValueCollection that contains the HTTP headers used in the request. +Remarks
Documentation for this section has not yet been entered. @@ -895,14 +1006,14 @@HttpMethod Property
- Documentation for this section has not yet been entered. -
+ Gets the HTTP method used in the request. +Syntax
public string HttpMethod { get; }Value
- Documentation for this section has not yet been entered. -+ A string that contains the HTTP method used in the request. +Remarks
Documentation for this section has not yet been entered. @@ -915,14 +1026,14 @@InputStream Property
- Documentation for this section has not yet been entered. -
+ Gets a System.IO.Stream that contains the entity body data included in the request. +Syntax
public System.IO.Stream InputStream { get; }Value
- Documentation for this section has not yet been entered. -+ A System.IO.Stream that contains the entity body data included in the request. +Remarks
Documentation for this section has not yet been entered. @@ -935,14 +1046,14 @@IsAuthenticated Property
- Documentation for this section has not yet been entered. -
+ Gets a value indicating whether the client that sent the request is authenticated. +Syntax
public bool IsAuthenticated { get; }Value
- Documentation for this section has not yet been entered. -+ Always returns false. +Remarks
Documentation for this section has not yet been entered. @@ -975,14 +1086,14 @@IsSecureConnection Property
- Documentation for this section has not yet been entered. -
+ Gets a value indicating whether the HTTP connection is secured using the SSL protocol. +Syntax
public bool IsSecureConnection { get; }Value
- Documentation for this section has not yet been entered. -+ true if the HTTP connection is secured; otherwise, false. +Remarks
Documentation for this section has not yet been entered. @@ -1015,14 +1126,14 @@KeepAlive Property
- Documentation for this section has not yet been entered. -
+ Gets a value indicating whether the client requests a persistent connection. +Syntax
public bool KeepAlive { get; }Value
- Documentation for this section has not yet been entered. -+ true if the client requests a persistent connection; otherwise, false. +Remarks
Documentation for this section has not yet been entered. @@ -1035,14 +1146,14 @@LocalEndPoint Property
- Documentation for this section has not yet been entered. -
+ Gets the server endpoint as an IP address and a port number. +Syntax
public System.Net.IPEndPoint LocalEndPoint { get; }Value
- Documentation for this section has not yet been entered. -+ A System.Net.IPEndPoint that contains the server endpoint. +Remarks
Documentation for this section has not yet been entered. @@ -1055,14 +1166,14 @@ProtocolVersion Property
- Documentation for this section has not yet been entered. -
+ Gets the HTTP version used in the request. +Syntax
public Version ProtocolVersion { get; }Value
- Documentation for this section has not yet been entered. -+ A Version that contains the HTTP version used in the request. +Remarks
Documentation for this section has not yet been entered. @@ -1075,14 +1186,14 @@QueryString Property
- Documentation for this section has not yet been entered. -
+ Gets the collection of query string variables used in the request. +Syntax
public System.Collections.Specialized.NameValueCollection QueryString { get; }Value
- Documentation for this section has not yet been entered. -+ A System.Collections.Specialized.NameValueCollection that contains the collection of query string variables used in the request. +Remarks
Documentation for this section has not yet been entered. @@ -1095,14 +1206,14 @@RawUrl Property
- Documentation for this section has not yet been entered. -
+ Gets the raw URL (without the scheme, host and port) requested by the client. +Syntax
public string RawUrl { get; }Value
- Documentation for this section has not yet been entered. -+ A string that contains the raw URL requested by the client. +Remarks
Documentation for this section has not yet been entered. @@ -1115,14 +1226,14 @@RemoteEndPoint Property
- Documentation for this section has not yet been entered. -
+ Gets the client endpoint as an IP address and a port number. +Syntax
public System.Net.IPEndPoint RemoteEndPoint { get; }Value
- Documentation for this section has not yet been entered. -+ A System.Net.IPEndPoint that contains the client endpoint. +Remarks
Documentation for this section has not yet been entered. @@ -1135,14 +1246,14 @@RequestTraceIdentifier Property
- Documentation for this section has not yet been entered. -
+ Gets the identifier of a request. +Syntax
public Guid RequestTraceIdentifier { get; }Value
- Documentation for this section has not yet been entered. -+ A Guid that contains the identifier of a request. +Remarks
Documentation for this section has not yet been entered. @@ -1155,14 +1266,14 @@Url Property
- Documentation for this section has not yet been entered. -
+ Gets the URL requested by the client. +Syntax
public Uri Url { get; }Value
- Documentation for this section has not yet been entered. -+ A Uri that contains the URL requested by the client. +Remarks
Documentation for this section has not yet been entered. @@ -1175,14 +1286,14 @@UrlReferrer Property
- Documentation for this section has not yet been entered. -
+ Gets the URL of the resource from which the requested URL was obtained. +Syntax
public Uri UrlReferrer { get; }Value
- Documentation for this section has not yet been entered. -+ A Uri that contains the value of the Referer request-header field. +Remarks
Documentation for this section has not yet been entered. @@ -1195,14 +1306,14 @@UserAgent Property
- Documentation for this section has not yet been entered. -
+ Gets the information about the user agent originating the request. +Syntax
public string UserAgent { get; }Value
- Documentation for this section has not yet been entered. -+ A string that contains the value of the User-Agent request-header field. +Remarks
Documentation for this section has not yet been entered. @@ -1215,14 +1326,14 @@UserHostAddress Property
- Documentation for this section has not yet been entered. -
+ Gets the server endpoint as an IP address and a port number. +Syntax
public string UserHostAddress { get; }Value
- Documentation for this section has not yet been entered. -+ A string that contains the server endpoint. +Remarks
Documentation for this section has not yet been entered. @@ -1235,14 +1346,14 @@UserHostName Property
- Documentation for this section has not yet been entered. -
+ Gets the internet host name and port number (if present) of the resource being requested. +Syntax
public string UserHostName { get; }Value
- Documentation for this section has not yet been entered. -+ A string that contains the value of the Host request-header field. +Remarks
Documentation for this section has not yet been entered. @@ -1255,14 +1366,14 @@UserLanguages Property
- Documentation for this section has not yet been entered. -
+ Gets the natural languages that are preferred as a response to the request. +Syntax
public string[] UserLanguages { get; }Value
- Documentation for this section has not yet been entered. -+ An array of string that contains the natural language names in the Accept-Language request-header field. +Remarks
Documentation for this section has not yet been entered. diff --git a/websocket-sharp/doc/html/WebSocketSharp.Net/index.html b/websocket-sharp/doc/html/WebSocketSharp.Net/index.html index 5f040746..b7aa585c 100644 --- a/websocket-sharp/doc/html/WebSocketSharp.Net/index.html +++ b/websocket-sharp/doc/html/WebSocketSharp.Net/index.html @@ -279,8 +279,8 @@ HttpListenerRequest- Documentation for this section has not yet been entered. - + Provides access to the HTTP request objects sent to a WebSocketSharp.Net.HttpListener instance. +diff --git a/websocket-sharp/doc/html/WebSocketSharp/WebSocket.html b/websocket-sharp/doc/html/WebSocketSharp/WebSocket.html index 7cef1b19..b45af432 100644 --- a/websocket-sharp/doc/html/WebSocketSharp/WebSocket.html +++ b/websocket-sharp/doc/html/WebSocketSharp/WebSocket.html @@ -428,7 +428,7 @@ Connect () - Establishes a connection. + Establishes a WebSocket connection.@@ -919,7 +919,7 @@ Connect Method
- Establishes a connection. + Establishes a WebSocket connection.
Syntax
public void Connect ()diff --git a/websocket-sharp/doc/html/index.html b/websocket-sharp/doc/html/index.html index 20fbfa3e..b484e43f 100644 --- a/websocket-sharp/doc/html/index.html +++ b/websocket-sharp/doc/html/index.html @@ -371,8 +371,8 @@ HttpListenerRequest- Documentation for this section has not yet been entered. - + Provides access to the HTTP request objects sent to a WebSocketSharp.Net.HttpListener instance. +diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp.Net/HttpListenerRequest.xml b/websocket-sharp/doc/mdoc/WebSocketSharp.Net/HttpListenerRequest.xml index 8da73cc7..d7d2897a 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp.Net/HttpListenerRequest.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp.Net/HttpListenerRequest.xml @@ -9,8 +9,12 @@ - To be added. -To be added. ++ Provides access to the HTTP request objects sent to a +instance. + + The HttpListenerRequest class cannot be inherited. + @@ -21,8 +25,13 @@ @@ -38,11 +47,26 @@System.String[] - To be added. -To be added. ++ Gets the media types which are acceptable for the response. + ++ An array of that contains the media type names in the Accept request-header field + or if the request did not include an Accept header. + To be added. - To be added. - To be added. - To be added. -To be added. -To be added. + + Andelegate that references the method(s) + called when the asynchronous operation completes. + + + An that contains a user defined object to pass to the delegate. + + + Begins getting the client's X.509 v.3 certificate asynchronously. + ++ An +that contains the status of the asynchronous operation. + + This asynchronous operation must be completed by calling the +method. + Typically, the method is invoked by the delegate. + + This method is not implemented. + @@ -53,8 +77,12 @@ @@ -66,8 +94,12 @@System.Int32 - To be added. -To be added. ++ Gets an error code that identifies a problem with the client's certificate. + ++ Always returns 0 . +To be added. System.Text.Encoding - @@ -79,8 +111,13 @@To be added. -To be added. ++ Gets the encoding that can be used with the entity body data included in the request. + ++ A that contains the encoding that can be used with entity body data. + To be added. System.Int64 - @@ -92,8 +129,12 @@To be added. -To be added. ++ Gets the size of the entity body data included in the request. + ++ A that contains the value of the Content-Length entity-header field. + -1 if the size is not known. +To be added. System.String - @@ -105,8 +146,12 @@To be added. -To be added. ++ Gets the media type of the entity body included in the request. + ++ A that contains the value of the Content-Type entity-header field. + To be added. WebSocketSharp.Net.CookieCollection - @@ -121,10 +166,21 @@To be added. -To be added. ++ Gets the cookies included in the request. + ++ A that contains the cookies included in the request. + To be added. - To be added. - To be added. -To be added. -To be added. + + Anobtained by calling the method. + + + Ends an asynchronous operation to get the client's X.509 v.3 certificate. + ++ A +that contains the client's X.509 v.3 certificate. + + This method completes an asynchronous operation started by calling the +method. + + This method is not implemented. + @@ -136,9 +192,16 @@ - To be added. -To be added. ++ Gets the client's X.509 v.3 certificate. + ++ A that contains the client's X.509 v.3 certificate. + To be added. ++ This method is not implemented. + @@ -149,8 +212,12 @@ @@ -162,8 +229,12 @@System.Boolean - To be added. -To be added. ++ Gets a value indicating whether the request has the entity body. + ++ true if the request has the entity body; otherwise,false . +To be added. System.Collections.Specialized.NameValueCollection - @@ -175,8 +246,12 @@To be added. -To be added. ++ Gets the HTTP headers used in the request. + ++ A that contains the HTTP headers used in the request. + To be added. System.String - @@ -188,8 +263,12 @@To be added. -To be added. ++ Gets the HTTP method used in the request. + ++ A that contains the HTTP method used in the request. + To be added. System.IO.Stream - @@ -201,8 +280,12 @@To be added. -To be added. ++ Gets a +that contains the entity body data included in the request. + + A that contains the entity body data included in the request. + To be added. System.Boolean - @@ -231,8 +314,12 @@To be added. -To be added. ++ Gets a value indicating whether the client that sent the request is authenticated. + ++ Always returns false . +To be added. System.Boolean - @@ -261,8 +348,12 @@To be added. -To be added. ++ Gets a value indicating whether the HTTP connection is secured using the SSL protocol. + ++ true if the HTTP connection is secured; otherwise,false . +To be added. System.Boolean - @@ -274,8 +365,12 @@To be added. -To be added. ++ Gets a value indicating whether the client requests a persistent connection. + ++ true if the client requests a persistent connection; otherwise,false . +To be added. System.Net.IPEndPoint - @@ -287,8 +382,12 @@To be added. -To be added. ++ Gets the server endpoint as an IP address and a port number. + ++ A that contains the server endpoint. + To be added. System.Version - @@ -300,8 +399,12 @@To be added. -To be added. ++ Gets the HTTP version used in the request. + ++ A that contains the HTTP version used in the request. + To be added. System.Collections.Specialized.NameValueCollection - @@ -313,8 +416,12 @@To be added. -To be added. ++ Gets the collection of query string variables used in the request. + ++ A that contains the collection of query string variables used in the request. + To be added. System.String - @@ -326,8 +433,12 @@To be added. -To be added. ++ Gets the raw URL (without the scheme, host and port) requested by the client. + ++ A that contains the raw URL requested by the client. + To be added. System.Net.IPEndPoint - @@ -339,8 +450,12 @@To be added. -To be added. ++ Gets the client endpoint as an IP address and a port number. + ++ A that contains the client endpoint. + To be added. System.Guid - @@ -352,8 +467,12 @@To be added. -To be added. ++ Gets the identifier of a request. + ++ A that contains the identifier of a request. + To be added. System.Uri - @@ -365,8 +484,12 @@To be added. -To be added. ++ Gets the URL requested by the client. + ++ A that contains the URL requested by the client. + To be added. System.Uri - @@ -378,8 +501,12 @@To be added. -To be added. ++ Gets the URL of the resource from which the requested URL was obtained. + ++ A that contains the value of the Referer request-header field. + To be added. System.String - @@ -391,8 +518,12 @@To be added. -To be added. ++ Gets the information about the user agent originating the request. + ++ A that contains the value of the User-Agent request-header field. + To be added. System.String - @@ -404,8 +535,12 @@To be added. -To be added. ++ Gets the server endpoint as an IP address and a port number. + ++ A that contains the server endpoint. + To be added. System.String - @@ -417,8 +552,12 @@To be added. -To be added. ++ Gets the internet host name and port number (if present) of the resource being requested. + ++ A that contains the value of the Host request-header field. + To be added. System.String[] - diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml b/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml index cad4d74b..a701848f 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml @@ -216,7 +216,7 @@To be added. -To be added. ++ Gets the natural languages that are preferred as a response to the request. + ++ An array of that contains the natural language names in the Accept-Language request-header field. + To be added. diff --git a/websocket-sharp/doc/mdoc/index.xml b/websocket-sharp/doc/mdoc/index.xml index 6d7061be..cae42744 100644 --- a/websocket-sharp/doc/mdoc/index.xml +++ b/websocket-sharp/doc/mdoc/index.xml @@ -1,6 +1,6 @@ - Establishes a connection. + Establishes a WebSocket connection. To be added. - + [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 11 00 00 00 29 17 fb 89 fe c3 91 f7 2b cb 8b e2 61 d2 3f 05 93 6d 65 a8 9e 63 72 a6 f5 d5 2c f2 9d 20 fa 0b c0 70 6a f6 88 7e 8b 90 3f 39 f5 76 c8 48 e0 bb 7b b2 7b ed d3 10 a7 1a 0f 70 98 0f 7f f4 4b 53 09 d2 a5 ef 36 c3 56 b4 aa f0 91 72 63 25 07 89 e0 93 3e 3f 2e f2 b9 73 0e 12 15 5d 43 56 c3 f4 70 a5 89 fe f7 f6 ac 3e 77 c2 d8 d0 84 91 f4 0c d1 f3 8e dc c3 c3 b8 38 3d 0c bf 17 de 20 78 c1 ] diff --git a/websocket-sharp/websocket-sharp.pidb b/websocket-sharp/websocket-sharp.pidb index 53a0a216..1402d8c9 100644 Binary files a/websocket-sharp/websocket-sharp.pidb and b/websocket-sharp/websocket-sharp.pidb differ