[Modify] Replace it
This commit is contained in:
parent
44446ca8e1
commit
8c425331f6
@ -467,7 +467,9 @@ namespace WebSocketSharp.Net
|
||||
/// </exception>
|
||||
public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
|
||||
get {
|
||||
CheckDisposed ();
|
||||
if (_disposed)
|
||||
throw new ObjectDisposedException (_objectName);
|
||||
|
||||
return _userCredFinder;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user