C# 클래스 PerplexMail.SecurityDrivenDotNet.SerializingBinaryWriter

상속: System.IO.BinaryWriter
파일 보기 프로젝트 열기: PerplexInternetmarketing/PerplexMail-for-Umbraco 1 사용 예제들

공개 메소드들

메소드 설명
SerializingBinaryWriter ( Stream output ) : System
Write ( string value ) : void
WriteBinaryString ( string str ) : void

메소드 상세

SerializingBinaryWriter() 공개 메소드

public SerializingBinaryWriter ( Stream output ) : System
output Stream
리턴 System

Write() 공개 메소드

public Write ( string value ) : void
value string
리턴 void

WriteBinaryString() 공개 메소드

public WriteBinaryString ( string str ) : void
str string
리턴 void