C# 클래스 Npgsql.ClientMessage

For classes representing messages sent from the client to the server.
파일 보기 프로젝트 열기: undeadlabs/Npgsql

공개 메소드들

메소드 설명
WriteToStream ( Stream outputStream ) : void

메소드 상세

WriteToStream() 공개 추상적인 메소드

public abstract WriteToStream ( Stream outputStream ) : void
outputStream Stream
리턴 void