Writes extension-pair data into internal buffer.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
protected void Write( IDictionary<string, string> data )
Parameters
- data
- Type:
System.Collections.Generic IDictionary
String,
String
extension-pair data to write.
See Also