[Modify] Edit it
This commit is contained in:
		@@ -472,10 +472,16 @@ namespace WebSocketSharp.Net
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Gets the information about the user agent originating the request.
 | 
					    /// Gets the user agent from which the request is originated.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    /// <value>
 | 
					    /// <value>
 | 
				
			||||||
    /// A <see cref="string"/> that represents the value of the User-Agent request-header.
 | 
					    ///   <para>
 | 
				
			||||||
 | 
					    ///   A <see cref="string"/> that represents the value of the User-Agent
 | 
				
			||||||
 | 
					    ///   header.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
 | 
					    ///   <para>
 | 
				
			||||||
 | 
					    ///   <see langword="null"/> if the User-Agent header is not present.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
    /// </value>
 | 
					    /// </value>
 | 
				
			||||||
    public string UserAgent {
 | 
					    public string UserAgent {
 | 
				
			||||||
      get {
 | 
					      get {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user