Add migrated to .NET 8.0 variant of Hcs.Client
This commit is contained in:
11
Hcs.ClientNet/Client/MessageCapturer/IMessageCapturer.cs
Normal file
11
Hcs.ClientNet/Client/MessageCapturer/IMessageCapturer.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Hcs.ClientNet.MessageCapturer
|
||||
{
|
||||
/// <summary>
|
||||
/// Интерфейс для механизма захвата отправляемых и принимаемых
|
||||
/// SOAP сообщений в ходе коммуникации с ГИС ЖКХ
|
||||
/// </summary>
|
||||
public interface IMessageCapturer
|
||||
{
|
||||
internal void CaptureMessage(bool sent, string messageBody);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user