C# Class Ids.ZabbixAgent.ZabbixProtocol

Afficher le fichier Open project: RFQ-hub/ZabbixAgentLib

Méthodes publiques

Méthode 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 méthode

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
Résultat void