Show / Hide Table of Contents

Class UdpChannelDataReceived

Inheritance
System.Object
UdpChannelDataReceived
Namespace: Eco.Shared.Networking.Udp
Assembly: Eco.Shared.dll
Syntax
public sealed class UdpChannelDataReceived : MulticastDelegate

Constructors

UdpChannelDataReceived(Object, IntPtr)

Declaration
public UdpChannelDataReceived(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Byte, Int32, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(byte channel, int dataLength, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Byte channel
System.Int32 dataLength
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(Byte, Int32)

Declaration
public virtual void Invoke(byte channel, int dataLength)
Parameters
Type Name Description
System.Byte channel
System.Int32 dataLength

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾