|
|
|
@ -431,10 +431,10 @@ namespace WebSocketSharp.Net
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the request identifier of a incoming HTTP request.
|
|
|
|
/// Gets the trace identifier of the request.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="Guid"/> that represents the identifier of a request.
|
|
|
|
/// A <see cref="Guid"/> that represents the trace identifier.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public Guid RequestTraceIdentifier {
|
|
|
|
public Guid RequestTraceIdentifier {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|