Android.Net.Network: Method Members

The methods of Android.Net.Network are listed below. For a list of all members, see the Network Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

BindSocket(Java.Net.Socket)
Binds the specified Java.Net.Socket to this Network.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
GetAllByName(string) : Java.Net.InetAddress[]
Operates the same as InetAddress.getAllByName except that host resolution is done on this network.
GetByName(string) : Java.Net.InetAddress
Operates the same as InetAddress.getByName except that host resolution is done on this network.
OpenConnection(Java.Net.URL) : Java.Net.URLConnection
Opens the specified Java.Net.URL on this Network, such that all traffic will be sent on this Network.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.