MonobjcMonobjc Documented Class Library
HostWithAddress Method (address)
NamespacesMonobjc.FoundationNSHostHostWithAddress(NSString)

Returns the NSHost with the Internet address address.

Original signature is '+ (NSHost *)hostWithAddress:(NSString *)address'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSHost HostWithAddress(
	NSString address
)
Public Shared Function HostWithAddress ( _
	address As NSString _
) As NSHost
public:
static NSHost^ HostWithAddress(
	NSString^ address
)
Parameters
address (NSString)
Network address to look up. For example, @"127.0.0.1" or @"fe80::1".
Return Value
The host for address.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)