NetExtrasGetRemoteInfo Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Dictionary<string, string> GetRemoteInfo(
IPAddress ip,
string hostname,
int extraInfoTimeout
)
Public Shared Function GetRemoteInfo (
ip As IPAddress,
hostname As String,
extraInfoTimeout As Integer
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ GetRemoteInfo(
IPAddress^ ip,
String^ hostname,
int extraInfoTimeout
)
static member GetRemoteInfo :
ip : IPAddress *
hostname : string *
extraInfoTimeout : int -> Dictionary<string, string>
Parameters
- ip
- Type: System.NetIPAddress
- hostname
- Type: SystemString
- extraInfoTimeout
- Type: SystemInt32
Return Value
Type:
DictionaryString,
String
See Also