Implements the protocol formatter encoding the low-level messages into the string.

Namespace: Eneter.Messaging.MessagingSystems.ConnectionProtocols
Assembly: Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 5.0.0.0 (5.0.0.0)

Syntax

C#
public class EneterStringProtocolFormatter : IProtocolFormatter<string>, 
	IProtocolFormatter
Visual Basic
Public Class EneterStringProtocolFormatter _
	Implements IProtocolFormatter(Of String), IProtocolFormatter
Visual C++
public ref class EneterStringProtocolFormatter : IProtocolFormatter<String^>, 
	IProtocolFormatter

Remarks

Encoding to the string can be used if the messaging system does not allow tu use byte[]. E.g. the messaging between Silverlight applications sends only string messages.

Inheritance Hierarchy

System..::..Object
  Eneter.Messaging.MessagingSystems.ConnectionProtocols..::..EneterStringProtocolFormatter

Version Information

.NET

Supported in: .NET 4.5, .NET 4.0, .NET 3.5

Compact Framework

Supported in: Compact Framework 3.5, Compact Framework 2.0

Mono

Supported in: Mono 2.6.4

Silverlight

Supported in: Silverlight 5, Silverlight 4, Silverlight 3

Windows Phone

Supported in: Windows Phone 7.1, Windows Phone 7

See Also