C# 클래스 WaveBox.Core.Extensions.StreamExtensions

파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
MD5 ( this input ) : string
ReadLine ( this input ) : string

Directly read a line from an input stream (typically for HTTP)

메소드 상세

MD5() 공개 정적인 메소드

public static MD5 ( this input ) : string
input this
리턴 string

ReadLine() 공개 정적인 메소드

Directly read a line from an input stream (typically for HTTP)
public static ReadLine ( this input ) : string
input this
리턴 string