Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
GitSharp
Core
Transport
TransportGitSsh.GitSshErrorStream
C# 클래스 GitSharp.Core.Transport.TransportGitSsh.GitSshErrorStream
상속:
System.IO.MemoryStream
파일 보기
프로젝트 열기: jagregory/GitSharp
공개 메소드들
메소드
설명
ToString
( ) :
string
Write
(
byte
buffer
,
int
offset
,
int
count
) :
void
메소드 상세
ToString()
공개
메소드
public
ToString
( ) :
string
리턴
string
Write()
공개
메소드
public
Write
(
byte
buffer
,
int
offset
,
int
count
) :
void
buffer
byte
offset
int
count
int
리턴
void