MessageProperties Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MessageProperties.

Przeciążenia

MessageProperties()

Inicjuje nowe wystąpienie klasy MessageProperties.

MessageProperties(MessageProperties)

Inicjuje MessageProperties nowe wystąpienie klasy z właściwościami wstępnymi.

MessageProperties()

Źródło:
MessageProperties.cs
Źródło:
MessageProperties.cs
Źródło:
MessageProperties.cs

Inicjuje nowe wystąpienie klasy MessageProperties.

public:
 MessageProperties();
public MessageProperties ();
Public Sub New ()

Dotyczy

MessageProperties(MessageProperties)

Źródło:
MessageProperties.cs
Źródło:
MessageProperties.cs
Źródło:
MessageProperties.cs

Inicjuje MessageProperties nowe wystąpienie klasy z właściwościami wstępnymi.

public:
 MessageProperties(System::ServiceModel::Channels::MessageProperties ^ properties);
public MessageProperties (System.ServiceModel.Channels.MessageProperties properties);
new System.ServiceModel.Channels.MessageProperties : System.ServiceModel.Channels.MessageProperties -> System.ServiceModel.Channels.MessageProperties
Public Sub New (properties As MessageProperties)

Parametry

Dotyczy