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 IRpcChannelBuffer2.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")> _
<InterfaceTypeAttribute()> _
Public Interface IRpcChannelBuffer3 _
    Inherits IRpcChannelBuffer2
[GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")]
[InterfaceTypeAttribute()]
public interface IRpcChannelBuffer3 : IRpcChannelBuffer2
[GuidAttribute(L"25B15600-0115-11D0-BF0D-00AA00B8DFD2")]
[InterfaceTypeAttribute()]
public interface class IRpcChannelBuffer3 : IRpcChannelBuffer2
[<GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")>]
[<InterfaceTypeAttribute()>]
type IRpcChannelBuffer3 =  
    interface 
        interface IRpcChannelBuffer2 
    end
public interface IRpcChannelBuffer3 extends IRpcChannelBuffer2
The IRpcChannelBuffer3 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Cancel | |
| .gif) | FreeBuffer | |
| .gif) | GetBuffer | |
| .gif) | GetCallContext | |
| .gif) | GetDestCtx | |
| .gif) | GetDestCtxEx | |
| .gif) | GetProtocolVersion | |
| .gif) | GetState | |
| .gif) | IsConnected | |
| .gif) | Receive | |
| .gif) | RegisterAsync | |
| .gif) | Send | |
| .gif) | SendReceive | 
Top