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