Fix a few for CookieCollection.cs
This commit is contained in:
parent
99f7c9616e
commit
9358f5b2e2
@ -188,10 +188,10 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets an object to use to synchronize access to the <see cref="CookieCollection"/>.
|
/// Gets an object used to synchronize access to the <see cref="CookieCollection"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// An <see cref="Object"/> to use to synchronize access to the <see cref="CookieCollection"/>.
|
/// An <see cref="Object"/> used to synchronize access to the <see cref="CookieCollection"/>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public Object SyncRoot {
|
public Object SyncRoot {
|
||||||
get {
|
get {
|
||||||
@ -590,10 +590,10 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the enumerator to use to iterate through the <see cref="CookieCollection"/>.
|
/// Gets the enumerator used to iterate through the <see cref="CookieCollection"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// An <see cref="IEnumerator"/> instance to use to iterate through
|
/// An <see cref="IEnumerator"/> instance used to iterate through
|
||||||
/// the <see cref="CookieCollection"/>.
|
/// the <see cref="CookieCollection"/>.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public IEnumerator GetEnumerator ()
|
public IEnumerator GetEnumerator ()
|
||||||
|
Loading…
Reference in New Issue
Block a user