C# Class Renci.SshNet.Extensions

Collection of different extension method specific for .NET 4.0
Datei anzeigen Open project: sshnet/SSH.NET

Public Methods

Method Description
Clear ( this value ) : void

Clears the contents of the string builder.

Private Methods

Method Description
Dispose ( this socket ) : void

Method Details

Clear() public static method

Clears the contents of the string builder.
public static Clear ( this value ) : void
value this /// The to clear. ///
return void