PowerTCP Emulation for .NET CF
Refresh Method
See Also  Send comments on this topic.
Dart.Emulation Namespace > Telnet Class : Refresh Method




Negotiates Telnet options that have been added to the ClientOptions and ServerOptions collections.

Syntax

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(); 

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.