C# Class Ids.ZabbixAgent.ZabbixProtocol

Datei anzeigen Open project: RFQ-hub/ZabbixAgentLib

Public Methods

Method Description
WriteWithHeader ( Stream stream, string valueString ) : void

Write a string to the stream prefixed with it's size and the Zabbix protocol header.

Method Details

WriteWithHeader() public static method

Write a string to the stream prefixed with it's size and the Zabbix protocol header.
public static WriteWithHeader ( Stream stream, string valueString ) : void
stream Stream
valueString string
return void