IBitsPeer interface (bits3_0.h)

Use IBitsPeer to get information about a peer in the neighborhood.

To get this interface, call the IEnumBitsPeers::Next method.

Note  This interface is deprecated in BITS 4.0, and all of the API methods will return S_FALSE.
 

Inheritance

The IBitsPeer interface inherits from the IUnknown interface. IBitsPeer also has these types of members:

Methods

The IBitsPeer interface has these methods.

 
IBitsPeer::GetPeerName

Gets the server principal name that uniquely identifies the peer.
IBitsPeer::IsAuthenticated

Determines whether the peer is authenticated.
IBitsPeer::IsAvailable

Determines whether the peer is available (online) to serve content.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header bits3_0.h (include Bits.h)

See also

IBitsPeerCacheAdministration

IEnumBitsPeers