[Modify] Replace it
This commit is contained in:
parent
0d5d829ea7
commit
f55f17de4e
@ -243,7 +243,9 @@ namespace WebSocketSharp.Net
|
||||
/// </exception>
|
||||
public string CertificateFolderPath {
|
||||
get {
|
||||
CheckDisposed ();
|
||||
if (_disposed)
|
||||
throw new ObjectDisposedException (_objectName);
|
||||
|
||||
return _certFolderPath;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user