C# 클래스 LibuvSharp.Threading.Tasks.IUVStreamExtensions

파일 보기 프로젝트 열기: WebSharpProject/LibuvSharp

공개 메소드들

메소드 설명
ReadAsync ( this stream ) : Task?>
ShutdownAsync ( this stream ) : System.Threading.Tasks.Task
WriteAsync ( this stream, byte data ) : System.Threading.Tasks.Task
WriteAsync ( this stream, byte data, int index ) : System.Threading.Tasks.Task
WriteAsync ( this stream, byte data, int index, int count ) : System.Threading.Tasks.Task

메소드 상세

ReadAsync() 공개 정적인 메소드

public static ReadAsync ( this stream ) : Task?>
stream this
리턴 Task?>

ShutdownAsync() 공개 정적인 메소드

public static ShutdownAsync ( this stream ) : System.Threading.Tasks.Task
stream this
리턴 System.Threading.Tasks.Task

WriteAsync() 공개 정적인 메소드

public static WriteAsync ( this stream, byte data ) : System.Threading.Tasks.Task
stream this
data byte
리턴 System.Threading.Tasks.Task

WriteAsync() 공개 정적인 메소드

public static WriteAsync ( this stream, byte data, int index ) : System.Threading.Tasks.Task
stream this
data byte
index int
리턴 System.Threading.Tasks.Task

WriteAsync() 공개 정적인 메소드

public static WriteAsync ( this stream, byte data, int index, int count ) : System.Threading.Tasks.Task
stream this
data byte
index int
count int
리턴 System.Threading.Tasks.Task