mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 21:34:11 +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;
|
return mIsConnected;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public HSocket NativeSocket
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return mHandle;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue