BindIPEndPoint (System.Net.BindIPEndPoint)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: System.dll

Represents the method that specifies a local Internet Protocol address and port number for a ServicePoint.

VB.NET C#

C#

public sealed class BindIPEndPoint : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable
{
}

Articles

A Simple Web Site Monitor - Sean Kearney's (CarKnee) Blog

... bind to a specific local ip if (!String.IsNullOrEmpty(_localIP)) request.ServicePoint.BindIPEndPointDelegate = new System.Net.BindIPEndPoint ...

Specifying an originator IP Address on a WebService Request using ...

... request = (HttpWebRequest) base .GetWebRequest(uri); request.ServicePoint.BindIPEndPointDelegate = new System.Net.BindIPEndPoint ...

Mono Documentation

Mono Class Library : System.Net Namespace System.Net.BindIPEndPoint Delegate: Note: This namespace, class, or member is supported only in version .NET 2.0 ...

BindIPEndPoint Delegate (System.Net)

Represents the method that specifies a local Internet Protocol address and ... Previous Versions .NET Framework 3.0 Class Library System.Net BindIPEndPoint Delegate

BindIPEndPoint Delegate (System.Net)

Note: This delegate is new in the .NET Framework version 2.0. Represents the ... Previous Versions .NET Framework 2.0 Class Library Reference System.Net BindIPEndPoint Delegate

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support