/// <summary>
 /// Configure the <see cref="IAttachmentUploader" />
 /// with a given <paramref name="payloadReferenceMethod" />
 /// </summary>
 /// <param name="payloadReferenceMethod"></param>
 public void Configure(AS4.Model.PMode.Method payloadReferenceMethod)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Configure the <see cref="IDeliverSender" />
 /// with a given <paramref name="method" />
 /// </summary>
 /// <param name="method"></param>
 public void Configure(AS4.Model.PMode.Method method)
 {
     throw new SaboteurException("Sabotage 'Configure'");
 }
Exemplo n.º 3
0
 /// <summary>
 /// Configure the <see cref="Eu.EDelivery.AS4.Strategies.Sender.IDeliverSender"/>
 /// with a given <paramref name="method"/>
 /// </summary>
 /// <param name="method"></param>
 public void Configure(AS4.Model.PMode.Method method)
 {
     IsConfigured = true;
 }