Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Marshals data between a COM client proxy and a COM server stub. Extends and inherits from IRpcChannelBuffer. Adds a method to retrieve the protocol version.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("594F31D0-7F19-11D0-B194-00A0C90DC8BF")> _
Public Interface IRpcChannelBuffer2 _
    Inherits IRpcChannelBuffer
[InterfaceTypeAttribute()]
[GuidAttribute("594F31D0-7F19-11D0-B194-00A0C90DC8BF")]
public interface IRpcChannelBuffer2 : IRpcChannelBuffer
[InterfaceTypeAttribute()]
[GuidAttribute(L"594F31D0-7F19-11D0-B194-00A0C90DC8BF")]
public interface class IRpcChannelBuffer2 : IRpcChannelBuffer
[<InterfaceTypeAttribute()>]
[<GuidAttribute("594F31D0-7F19-11D0-B194-00A0C90DC8BF")>]
type IRpcChannelBuffer2 =  
    interface 
        interface IRpcChannelBuffer 
    end
public interface IRpcChannelBuffer2 extends IRpcChannelBuffer
The IRpcChannelBuffer2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | FreeBuffer | |
| .gif) | GetBuffer | |
| .gif) | GetDestCtx | |
| .gif) | GetProtocolVersion | |
| .gif) | IsConnected | |
| .gif) | SendReceive | 
Top