Property | Type | Description | |
---|---|---|---|
additionalHaves | List |
||
inStream | Stream | ||
local | Repository | ||
outNeedsEnd | bool | ||
outStream | Stream | ||
pckIn | |||
pckOut | |||
transport | |||
uri |
Method | Description | |
---|---|---|
Close ( ) : void |
Method | Description | |
---|---|---|
BasePackConnection ( IPackTransport packTransport ) : System | ||
init ( Stream myStream ) : void | ||
init ( Stream instream, Stream outstream ) : void | ||
isCapableOf ( string option ) : bool | ||
noRepository ( ) : |
||
readAdvertisedRefs ( ) : void | ||
wantCapability ( StringBuilder b, string option ) : bool |
Method | Description | |
---|---|---|
duplicateAdvertisement ( string name ) : |
||
readAdvertisedRefsImpl ( ) : void |
protected BasePackConnection ( IPackTransport packTransport ) : System | ||
packTransport | IPackTransport | |
return | System |
protected init ( Stream instream, Stream outstream ) : void | ||
instream | Stream | |
outstream | Stream | |
return | void |
protected isCapableOf ( string option ) : bool | ||
option | string | |
return | bool |
protected noRepository ( ) : |
||
return |
protected wantCapability ( StringBuilder b, string option ) : bool | ||
b | StringBuilder | |
option | string | |
return | bool |
protected PacketLineIn,GitSharp.Core.Transport pckIn | ||
return |
protected PacketLineOut,GitSharp.Core.Transport pckOut | ||
return |
protected Transport,GitSharp.Core.Transport transport | ||
return |