C# Class Microsoft.Azure.Amqp.AmqpSession.IncomingSessionChannel

Inheritance: SessionChannel
Mostrar archivo Open project: Azure/azure-amqp

Public Methods

Method Description
AddFlowState ( Flow flow, bool reset ) : void
IncomingSessionChannel ( AmqpSession session ) : System
OnAcceptTransfer ( Delivery delivery, Transfer transfer, bool newDelivery ) : void
OnBegin ( Begin begin ) : void
OnFlow ( Flow flow ) : void
ToString ( ) : string

Protected Methods

Method Description
OnWindowMoved ( int count ) : void

Method Details

AddFlowState() public method

public AddFlowState ( Flow flow, bool reset ) : void
flow Microsoft.Azure.Amqp.Framing.Flow
reset bool
return void

IncomingSessionChannel() public method

public IncomingSessionChannel ( AmqpSession session ) : System
session AmqpSession
return System

OnAcceptTransfer() public method

public OnAcceptTransfer ( Delivery delivery, Transfer transfer, bool newDelivery ) : void
delivery Delivery
transfer Microsoft.Azure.Amqp.Framing.Transfer
newDelivery bool
return void

OnBegin() public method

public OnBegin ( Begin begin ) : void
begin Microsoft.Azure.Amqp.Framing.Begin
return void

OnFlow() public method

public OnFlow ( Flow flow ) : void
flow Microsoft.Azure.Amqp.Framing.Flow
return void

OnWindowMoved() protected method

protected OnWindowMoved ( int count ) : void
count int
return void

ToString() public method

public ToString ( ) : string
return string