diff --git a/xml/System.Net.Http.Headers/HttpHeadersNonValidated.xml b/xml/System.Net.Http.Headers/HttpHeadersNonValidated.xml index e8096ef2a1f..fcfdd637ad3 100644 --- a/xml/System.Net.Http.Headers/HttpHeadersNonValidated.xml +++ b/xml/System.Net.Http.Headers/HttpHeadersNonValidated.xml @@ -213,7 +213,7 @@ Multiple header values associated with the same header name are considered to be - To be added. + The key to locate. Determines whether the read-only dictionary contains an element that has the specified key. if the read-only dictionary contains an element that has the specified key; otherwise, . @@ -264,10 +264,10 @@ Multiple header values associated with the same header name are considered to be - To be added. - To be added. - To be added. - To be added. + The key to locate. + When this method returns, contains the value associated with the specified key, if the key is found; otherwise, contains the default value of . This parameter is passed uninitialized. + Gets the value that is associated with the specified key. + if the collection contains the specified header; otherwise, . To be added. diff --git a/xml/System.Net.WebSockets/WebSocket.xml b/xml/System.Net.WebSockets/WebSocket.xml index 2b56223b227..b23c63a8bb0 100644 --- a/xml/System.Net.WebSockets/WebSocket.xml +++ b/xml/System.Net.WebSockets/WebSocket.xml @@ -958,12 +958,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The buffer to be sent over the connection. + One of the enumeration values that indicates whether the application is sending a binary or text message. + Flags for controlling how the should send a message. + The cancellation token to use to cancel the send operation. + Sends data over the connection asynchronously. + The task object representing the asynchronous operation. To be added. diff --git a/xml/System.Net.WebSockets/WebSocketCreationOptions.xml b/xml/System.Net.WebSockets/WebSocketCreationOptions.xml index 4bc2b02d9ff..76ddb03d8a9 100644 --- a/xml/System.Net.WebSockets/WebSocketCreationOptions.xml +++ b/xml/System.Net.WebSockets/WebSocketCreationOptions.xml @@ -31,7 +31,7 @@ - To be added. + Creates an instance of the class. To be added. diff --git a/xml/System.Net.WebSockets/WebSocketDeflateOptions.xml b/xml/System.Net.WebSockets/WebSocketDeflateOptions.xml index aac6e515f68..3c347870120 100644 --- a/xml/System.Net.WebSockets/WebSocketDeflateOptions.xml +++ b/xml/System.Net.WebSockets/WebSocketDeflateOptions.xml @@ -39,7 +39,7 @@ Although the WebSocket spec allows window bits from 8 to 15, the current impleme - To be added. + Creates an instance of the class. To be added.