General.GetSocketError Method
Public Shared Function GetSocketError( _
ByVal se As SocketException, _
ByVal address As String, _
ByVal port As Integer _
) As String
This language is not supported or no code example is available.
public static string GetSocketError(
SocketException se,
string address,
int port
)
This language is not supported or no code example is available.
public:
static String^ GetSocketError(
SocketException^ se,
String^ address,
int port
)
This language is not supported or no code example is available.
Parameters
<default>
- address
- string
<default>
- port
- int
<default>