Click or drag to resize

StandardMessageContent Constructor

Initializes a new instance of the StandardMessageContent class

Namespace: WorkZone.Dispatcher.Base.Messages
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public StandardMessageContent(
	byte[] data,
	string contentType
)

Parameters

data  Byte

[Missing <param name="data"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.StandardMessageContent.#ctor(System.Byte[],System.String)"]

contentType  String

[Missing <param name="contentType"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.StandardMessageContent.#ctor(System.Byte[],System.String)"]

See Also