SdpConnection.Reset(IPAddress) Method
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.
Sets default values for the connection instance.
public:
void Reset(System::Net::IPAddress ^ ipAddress);
public void Reset (System.Net.IPAddress ipAddress);
member this.Reset : System.Net.IPAddress -> unit
Parameters
- ipAddress
- IPAddress
The IP address to initialize. This parameter may be null.