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
BaseConnection
C# 클래스 GitSharp.Core.Transport.BaseConnection
Base helper class for implementing operations connections.
상속:
IConnection
,
IDisposable
파일 보기
프로젝트 열기: stschake/GitSharp
공개 메소드들
메소드
설명
Close
( ) :
void
Dispose
( ) :
void
GetRef
(
string
name
) :
Ref
available
(
Ref>.Dictionary
all
) :
void
보호된 메소드들
메소드
설명
markStartedOperation
( ) :
void
메소드 상세
Close()
공개
추상적인
메소드
public
abstract
Close
( ) :
void
리턴
void
Dispose()
공개
메소드
public
Dispose
( ) :
void
리턴
void
GetRef()
공개
메소드
public
GetRef
(
string
name
) :
Ref
name
string
리턴
Ref
available()
공개
메소드
public
available
(
Ref>.Dictionary
all
) :
void
all
Ref>.Dictionary
리턴
void
markStartedOperation()
보호된
메소드
protected
markStartedOperation
( ) :
void
리턴
void