Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
GitSharp
Core
Transport
TransportGitSsh.GitSshErrorStream
C# Class GitSharp.Core.Transport.TransportGitSsh.GitSshErrorStream
Inheritance:
System.IO.MemoryStream
Mostra file
Open project: jagregory/GitSharp
Public Methods
Method
Description
ToString
( ) :
string
Write
(
byte
buffer
,
int
offset
,
int
count
) :
void
Method Details
ToString()
public
method
public
ToString
( ) :
string
return
string
Write()
public
method
public
Write
(
byte
buffer
,
int
offset
,
int
count
) :
void
buffer
byte
offset
int
count
int
return
void