C# 클래스 Beanstalk.Client.StreamExtensions

파일 보기 프로젝트 열기: jtdowney/beanstalk-sharp

공개 메소드들

메소드 설명
Write ( this stream, string str ) : void
Write ( this stream, string str, Encoding encoding ) : void

메소드 상세

Write() 공개 정적인 메소드

public static Write ( this stream, string str ) : void
stream this
str string
리턴 void

Write() 공개 정적인 메소드

public static Write ( this stream, string str, Encoding encoding ) : void
stream this
str string
encoding System.Text.Encoding
리턴 void