PowerTCP Emulation for .NET
Refresh Method




Negotiates Telnet options that have been added to the ClientOptions and ServerOptions collections.
Syntax
Public Sub Refresh() 
Dim instance As Telnet
 
instance.Refresh()
public void Refresh()
public: void Refresh(); 
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.

See Also

Reference

Telnet Class
Telnet Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic