C#
public sealed class BindIPEndPoint : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable
{
}
Articles
|
... bind to a specific local ip if (!String.IsNullOrEmpty(_localIP)) request.ServicePoint.BindIPEndPointDelegate = new System.Net.BindIPEndPoint ...
|
|
... request = (HttpWebRequest) base .GetWebRequest(uri); request.ServicePoint.BindIPEndPointDelegate = new System.Net.BindIPEndPoint ...
|
|
Mono Class Library : System.Net Namespace System.Net.BindIPEndPoint Delegate: Note: This namespace, class, or member is supported only in version .NET 2.0 ...
|
|
Represents the method that specifies a local Internet Protocol address and ... Previous Versions .NET Framework 3.0 Class Library System.Net BindIPEndPoint Delegate
|
|
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
|