[Modify] Edit it
This commit is contained in:
parent
ee5acfa7dc
commit
4a38b79647
@ -503,10 +503,18 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the internet host name and port number (if present) specified by the client.
|
/// Gets the server host name requested by the client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the value of the Host request-header.
|
/// <para>
|
||||||
|
/// A <see cref="string"/> that represents the value of the Host header.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// It includes the port number if provided.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see langword="null"/> if the Host header is not present.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public string UserHostName {
|
public string UserHostName {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user