Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Java.Nio.Channels
  3. DatagramChannel
  4. Open()
  • DatagramChannel
    • DatagramChannel(SelectorProvider)
    • DatagramChannel(IntPtr, JniHandleOwnership)
    • IsConnected
    • JniPeerMembers
    • LocalAddress
    • RemoteAddress
    • ThresholdClass
    • ThresholdType
    • Bind(SocketAddress)
    • Connect(SocketAddress)
    • ConnectAsync(SocketAddress)
    • Disconnect()
    • Open()
    • Open(IProtocolFamily)
    • Read(ByteBuffer)
    • Read(ByteBuffer[])
    • Read(ByteBuffer[], Int32, Int32)
    • Receive(ByteBuffer)
    • ReceiveAsync(ByteBuffer)
    • Send(ByteBuffer, SocketAddress)
    • SendAsync(ByteBuffer, SocketAddress)
    • SetOption(ISocketOption, Object)
    • Socket()
    • ValidOps()
    • Write(ByteBuffer)
    • Write(ByteBuffer[])
    • Write(ByteBuffer[], Int32, Int32)
monoandroid
namespace Java.Nio.Channels
{
    [Register("java/nio/channels/DatagramChannel", DoNotGenerateAcw = true)]
    public abstract class DatagramChannel : AbstractSelectableChannel, IJavaObject, IJavaPeerable, ICloseable, IByteChannel, IChannel, IGatheringByteChannel, IReadableByteChannel, IScatteringByteChannel, IWritableByteChannel, IDisposable
    {
        [Register("open", "()Ljava/nio/channels/DatagramChannel;", "")]
        public static DatagramChannel? Open();
    }
}
.NET 6.07.08.09.0
Information specific to monoandroid
Assembly

Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙