[Modify] Replace it
This commit is contained in:
parent
faebf0305f
commit
6ccf3c277f
@ -355,7 +355,9 @@ namespace WebSocketSharp.Net
|
|||||||
/// </exception>
|
/// </exception>
|
||||||
public HttpListenerPrefixCollection Prefixes {
|
public HttpListenerPrefixCollection Prefixes {
|
||||||
get {
|
get {
|
||||||
CheckDisposed ();
|
if (_disposed)
|
||||||
|
throw new ObjectDisposedException (_objectName);
|
||||||
|
|
||||||
return _prefixes;
|
return _prefixes;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user