mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Update Socket.bf
Added NativeSocket getter
This commit is contained in:
parent
c1efe630db
commit
b15caecb3e
1 changed files with 8 additions and 0 deletions
|
@ -391,6 +391,14 @@ namespace System.Net
|
|||
return mIsConnected;
|
||||
}
|
||||
}
|
||||
|
||||
public HSocket NativeSocket
|
||||
{
|
||||
get
|
||||
{
|
||||
return mHandle;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue