Convenient constructor for creating simple SI message, containing only service URI and textual description.

Namespace: hr.tis.mgw.client.message.wap
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	text As String, _
	uri As Uri _
)
C#
public PushSIMessage (
	string text,
	Uri uri
)
Visual C++
public:
PushSIMessage (
	String^ text, 
	Uri^ uri
)

Parameters

text
System.String
textual service (URI) description
uri
System.Uri
specifies the URI that is used to access the service. If it is empty, or omitted, the message corresponds to a notification (no service can be initiated)

Remarks

CopyC#
new PushSIMessage(text, uri, null, null, null, null, null);