NetworkingGetSocketInfo Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static Tuple<string, int> GetSocketInfo(
UdpClient uc
)
Private Shared Function GetSocketInfo (
uc As UdpClient
) As Tuple(Of String, Integer)
private:
static Tuple<String^, int>^ GetSocketInfo(
UdpClient^ uc
)
private static member GetSocketInfo :
uc : UdpClient -> Tuple<string, int>
Parameters
- uc
- Type: System.Net.SocketsUdpClient
Return Value
Type:
TupleString,
Int32
See Also