STOMPHeader Type

A STOMP header.

Remarks

This type represents a STOMP header.

Fields

Key
String

This header's key.

This field holds this header's key (or name).

Value
String

This header's value.

This field holds this header's value.

Constructors

public STOMPHeader();
Public STOMPHeader()
public STOMPHeader(string key, string value);
Public STOMPHeader(ByVal Key As String, ByVal Value As String)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 .NET Edition - Version 20.0 [Build 8265]