[Modify] Polish it
This commit is contained in:
parent
22a24c462c
commit
fdd52f3d4e
@ -78,8 +78,9 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
static EndPointListener ()
|
static EndPointListener ()
|
||||||
{
|
{
|
||||||
_defaultCertFolderPath =
|
_defaultCertFolderPath = Environment.GetFolderPath (
|
||||||
Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData);
|
Environment.SpecialFolder.ApplicationData
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
Loading…
Reference in New Issue
Block a user