C# Class PRI.ProductivityExtensions.BindIPEndPointExtensions.BindIPEndPointable

Class that contains extension methods that extend BindIPEndPoint
Exibir arquivo Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this bindipendpoint, ServicePoint servicePoint, IPEndPoint remoteEndPoint, Int32 retryCount, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. bindipendpoint.BeginInvoke(servicePoint, remoteEndPoint, retryCount, callback);

Method Details

BeginInvoke() public static method

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. bindipendpoint.BeginInvoke(servicePoint, remoteEndPoint, retryCount, callback);
public static BeginInvoke ( this bindipendpoint, ServicePoint servicePoint, IPEndPoint remoteEndPoint, Int32 retryCount, AsyncCallback callback ) : IAsyncResult
bindipendpoint this
servicePoint System.Net.ServicePoint
remoteEndPoint System.Net.IPEndPoint
retryCount System.Int32
callback AsyncCallback
return IAsyncResult