| Visual Basic (Declaration) | |
|---|---|
Public Sub Refresh() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Telnet instance.Refresh() | |
| C# | |
|---|---|
public void Refresh() | |
| Managed Extensions for C++ | |
|---|---|
public: void Refresh(); | |
| C++/CLI | |
|---|---|
public: void Refresh(); | |
This method performs option negotiation for any non-negotiated option. Requests for all options set to OptionState.RequestOff or OptionState.RequestOn are sent to the server. The Telnet component automatically executes this method when performing option negotiation.
Target Platforms: Microsoft .NET Framework 2.0