Table of Contents

Class UdpConnectionProvider

Namespace
NetCord.Gateway.Voice.UdpSockets
Assembly
NetCord.dll
public class UdpConnectionProvider : IUdpConnectionProvider
Inheritance
UdpConnectionProvider
Implements
Inherited Members

Properties

Instance

public static UdpConnectionProvider Instance { get; }

Property Value

UdpConnectionProvider

Methods

CreateConnection(string, ushort)

public IUdpConnection CreateConnection(string ip, ushort port)

Parameters

ip string
port ushort

Returns

IUdpConnection