C# 클래스 Ids.ZabbixAgent.ZabbixProtocol

파일 보기 프로젝트 열기: RFQ-hub/ZabbixAgentLib

공개 메소드들

메소드 설명
WriteWithHeader ( Stream stream, string valueString ) : void

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

메소드 상세

WriteWithHeader() 공개 정적인 메소드

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
리턴 void