26 references to Wsrm11Dictionary
System.ServiceModel (26)
System\ServiceModel\Channels\CloseSequence.cs (2)
32
Wsrm11Dictionary wsrm11Dictionary = DXD.
Wsrm11Dictionary
;
59
Wsrm11Dictionary wsrm11Dictionary = DXD.
Wsrm11Dictionary
;
System\ServiceModel\Channels\CloseSequenceResponse.cs (2)
31
reader.ReadStartElement(DXD.
Wsrm11Dictionary
.CloseSequenceResponse, wsrmNs);
50
writer.WriteStartElement(DXD.
Wsrm11Dictionary
.CloseSequenceResponse, wsrmNs);
System\ServiceModel\Channels\CreateSequence.cs (2)
67
Wsrm11Dictionary wsrm11Dictionary = wsrm11 ? DXD.
Wsrm11Dictionary
: null;
185
Wsrm11Dictionary wsrm11Dictionary = DXD.
Wsrm11Dictionary
;
System\ServiceModel\Channels\CreateSequenceResponse.cs (2)
104
if (reader.IsStartElement(DXD.
Wsrm11Dictionary
.IncompleteSequenceBehavior, wsrmNs))
161
Wsrm11Dictionary wsrm11Dictionary = DXD.
Wsrm11Dictionary
;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
2691
return DXD.
Wsrm11Dictionary
.CreateSequenceResponseAction;
2740
return DXD.
Wsrm11Dictionary
.Namespace;
2887
Wsrm11Dictionary wsrm11Dictionary = DXD.
Wsrm11Dictionary
;
System\ServiceModel\Channels\TerminateSequence.cs (2)
50
if (reader.IsStartElement(DXD.
Wsrm11Dictionary
.LastMsgNumber, wsrmNs))
81
writer.WriteStartElement(DXD.
Wsrm11Dictionary
.LastMsgNumber, wsrmNs);
System\ServiceModel\Channels\TerminateSequenceResponse.cs (2)
48
reader.ReadStartElement(DXD.
Wsrm11Dictionary
.TerminateSequenceResponse, wsrmNs);
67
writer.WriteStartElement(DXD.
Wsrm11Dictionary
.TerminateSequenceResponse, wsrmNs);
System\ServiceModel\Channels\WsrmFault.cs (3)
557
detailReader.ReadStartElement(DXD.
Wsrm11Dictionary
.MaxMessageNumber,
586
writer.WriteStartElement(WsrmFeb2005Strings.Prefix, DXD.
Wsrm11Dictionary
.MaxMessageNumber,
727
XmlDictionaryString wsrmNs = DXD.
Wsrm11Dictionary
.Namespace;
System\ServiceModel\Channels\WsrmMessageInfo.cs (7)
804
DXD.
Wsrm11Dictionary
.CloseSequenceResponse), messageVersion.Addressing.Namespace,
1134
DXD.
Wsrm11Dictionary
.TerminateSequenceResponse), messageVersion.Addressing.Namespace,
1502
Wsrm11Dictionary wsrm11Dictionary = DXD.
Wsrm11Dictionary
;
1609
Wsrm11Dictionary wsrm11Dictionary = DXD.
Wsrm11Dictionary
;
1665
writer.WriteStartElement(DXD.
Wsrm11Dictionary
.Final, wsrmNs);
1698
writer.WriteStartElement(DXD.
Wsrm11Dictionary
.None, wsrmNs);
1818
get { return DXD.
Wsrm11Dictionary
.UsesSequenceSTR; }
System\ServiceModel\ReliableMessagingVersion.cs (1)
60
: base(Wsrm11Strings.Namespace, DXD.
Wsrm11Dictionary
.Namespace)