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