BindingAddress Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constructor is obsolete and will be removed in a future version. Use BindingAddress.Parse(address) to create a BindingAddress instance.
Initializes a new instance of BindingAddress.
public:
BindingAddress();
public BindingAddress ();
[System.Obsolete("This constructor is obsolete and will be removed in a future version. Use BindingAddress.Parse(address) to create a BindingAddress instance.")]
public BindingAddress ();
Public Sub New ()
- Attributes