Android.Net.Network Members

The members of Android.Net.Network are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
SocketFactoryJavax.Net.SocketFactory. Returns a Javax.Net.SocketFactory bound to this network.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.