DotRas SDK Documentation |
RasConnection..::..UpdateConnection Method |
RasConnection Class See Also Send Feedback |
Updates the tunnel endpoints of an Internet Key Exchange (IKEv2) connection.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public void UpdateConnection( int interfaceIndex, IPAddress localEndPoint, IPAddress remoteEndPoint ) |
Visual Basic |
---|
Public Sub UpdateConnection ( interfaceIndex As Integer, localEndPoint As IPAddress, remoteEndPoint As IPAddress ) |
Visual C++ |
---|
public: void UpdateConnection( int interfaceIndex, IPAddress^ localEndPoint, IPAddress^ remoteEndPoint ) |
F# |
---|
member UpdateConnection : interfaceIndex : int * localEndPoint : IPAddress * remoteEndPoint : IPAddress -> unit |
Parameters
- interfaceIndex
- Type: System..::..Int32
The new interface index of the endpoint.
- localEndPoint
- Type: System.Net..::..IPAddress
The new local client endpoint of the connection.
- remoteEndPoint
- Type: System.Net..::..IPAddress
The new remote server endpoint of the connection.
Remarks
Windows 7 and later: This property is available.