mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-05 15:56:00 +02:00
commit
4d64f56d90
1 changed files with 8 additions and 0 deletions
|
@ -391,6 +391,14 @@ namespace System.Net
|
||||||
return mIsConnected;
|
return mIsConnected;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public HSocket NativeSocket
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return mHandle;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue