C# Класс PRI.ProductivityExtensions.UdpAnySourceMulticastClientExtensions.UdpAnySourceMulticastClientable

Class that contains extension methods that extend UdpAnySourceMulticastClient
Показать файл Открыть проект

Открытые методы

Метод Описание
BeginJoinGroup ( this udpanysourcemulticastclient, AsyncCallback callback ) : IAsyncResult

Extends BeginJoinGroup so that when a state object is not needed, null does not need to be passed. udpanysourcemulticastclient.BeginJoinGroup(callback);

BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback ) : IAsyncResult

Extends BeginReceiveFromGroup so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginReceiveFromGroup(buffer, callback);

BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback, Object state ) : IAsyncResult

Extends BeginReceiveFromGroup so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginReceiveFromGroup(buffer, callback, state);

BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, Int32 offset, Int32 count, AsyncCallback callback ) : IAsyncResult

Extends BeginReceiveFromGroup so that when a state object is not needed, null does not need to be passed. udpanysourcemulticastclient.BeginReceiveFromGroup(buffer, offset, count, callback);

BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, Int32 offset, Int32 count, System remoteEndPoint, AsyncCallback callback ) : IAsyncResult

Extends BeginSendTo so that when a state object is not needed, null does not need to be passed. udpanysourcemulticastclient.BeginSendTo(buffer, offset, count, remoteEndPoint, callback);

BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, System remoteEndPoint, AsyncCallback callback ) : IAsyncResult

Extends BeginSendTo so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginSendTo(buffer, remoteEndPoint, callback);

BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, System remoteEndPoint, AsyncCallback callback, Object state ) : IAsyncResult

Extends BeginSendTo so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginSendTo(buffer, remoteEndPoint, callback, state);

BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback ) : IAsyncResult

Extends BeginSendToGroup so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginSendToGroup(buffer, callback);

BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback, Object state ) : IAsyncResult

Extends BeginSendToGroup so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginSendToGroup(buffer, callback, state);

BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, Int32 offset, Int32 count, AsyncCallback callback ) : IAsyncResult

Extends BeginSendToGroup so that when a state object is not needed, null does not need to be passed. udpanysourcemulticastclient.BeginSendToGroup(buffer, offset, count, callback);

Описание методов

BeginJoinGroup() публичный статический Метод

Extends BeginJoinGroup so that when a state object is not needed, null does not need to be passed. udpanysourcemulticastclient.BeginJoinGroup(callback);
public static BeginJoinGroup ( this udpanysourcemulticastclient, AsyncCallback callback ) : IAsyncResult
udpanysourcemulticastclient this
callback AsyncCallback
Результат IAsyncResult

BeginReceiveFromGroup() публичный статический Метод

Extends BeginReceiveFromGroup so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginReceiveFromGroup(buffer, callback);
public static BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback ) : IAsyncResult
udpanysourcemulticastclient this
buffer Byte
callback AsyncCallback
Результат IAsyncResult

BeginReceiveFromGroup() публичный статический Метод

Extends BeginReceiveFromGroup so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginReceiveFromGroup(buffer, callback, state);
public static BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback, Object state ) : IAsyncResult
udpanysourcemulticastclient this
buffer Byte
callback AsyncCallback
state Object
Результат IAsyncResult

BeginReceiveFromGroup() публичный статический Метод

Extends BeginReceiveFromGroup so that when a state object is not needed, null does not need to be passed. udpanysourcemulticastclient.BeginReceiveFromGroup(buffer, offset, count, callback);
public static BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, Int32 offset, Int32 count, AsyncCallback callback ) : IAsyncResult
udpanysourcemulticastclient this
buffer Byte
offset System.Int32
count System.Int32
callback AsyncCallback
Результат IAsyncResult

BeginSendTo() публичный статический Метод

Extends BeginSendTo so that when a state object is not needed, null does not need to be passed. udpanysourcemulticastclient.BeginSendTo(buffer, offset, count, remoteEndPoint, callback);
public static BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, Int32 offset, Int32 count, System remoteEndPoint, AsyncCallback callback ) : IAsyncResult
udpanysourcemulticastclient this
buffer Byte
offset System.Int32
count System.Int32
remoteEndPoint System
callback AsyncCallback
Результат IAsyncResult

BeginSendTo() публичный статический Метод

Extends BeginSendTo so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginSendTo(buffer, remoteEndPoint, callback);
public static BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, System remoteEndPoint, AsyncCallback callback ) : IAsyncResult
udpanysourcemulticastclient this
buffer Byte
remoteEndPoint System
callback AsyncCallback
Результат IAsyncResult

BeginSendTo() публичный статический Метод

Extends BeginSendTo so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginSendTo(buffer, remoteEndPoint, callback, state);
public static BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, System remoteEndPoint, AsyncCallback callback, Object state ) : IAsyncResult
udpanysourcemulticastclient this
buffer Byte
remoteEndPoint System
callback AsyncCallback
state Object
Результат IAsyncResult

BeginSendToGroup() публичный статический Метод

Extends BeginSendToGroup so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginSendToGroup(buffer, callback);
public static BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback ) : IAsyncResult
udpanysourcemulticastclient this
buffer Byte
callback AsyncCallback
Результат IAsyncResult

BeginSendToGroup() публичный статический Метод

Extends BeginSendToGroup so that buffer offset of 0 and call to Array.Length are not needed. udpanysourcemulticastclient.BeginSendToGroup(buffer, callback, state);
public static BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback, Object state ) : IAsyncResult
udpanysourcemulticastclient this
buffer Byte
callback AsyncCallback
state Object
Результат IAsyncResult

BeginSendToGroup() публичный статический Метод

Extends BeginSendToGroup so that when a state object is not needed, null does not need to be passed. udpanysourcemulticastclient.BeginSendToGroup(buffer, offset, count, callback);
public static BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, Int32 offset, Int32 count, AsyncCallback callback ) : IAsyncResult
udpanysourcemulticastclient this
buffer Byte
offset System.Int32
count System.Int32
callback AsyncCallback
Результат IAsyncResult