NSHost.Explicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Explicit(NSHost to IPAddress) | |
Explicit(NSHost to IPHostEntry) | |
Explicit(IPAddress to NSHost) | |
Explicit(IPHostEntry to NSHost) |
Explicit(NSHost to IPAddress)
Explicit(NSHost to IPHostEntry)
public static explicit operator System.Net.IPHostEntry (Foundation.NSHost host);
static member op_Explicit : Foundation.NSHost -> System.Net.IPHostEntry
Parameters
- host
- NSHost
Returns
Applies to
Explicit(IPAddress to NSHost)
Explicit(IPHostEntry to NSHost)
public static explicit operator Foundation.NSHost (System.Net.IPHostEntry hostEntry);
static member op_Explicit : System.Net.IPHostEntry -> Foundation.NSHost
Parameters
- hostEntry
- IPHostEntry