MultiArchive SDK .NET Documentation |
CommonUtil..::..SetMessageVersion Method |
CommonUtil Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Method for setting the MessageVersion of the MessageEncoding element of the CustomBinding.
This is used when the MultiArchive webservices run on a Websphere Server or other situations where it is necessary to change the message encoding.
This is used when the MultiArchive webservices run on a Websphere Server or other situations where it is necessary to change the message encoding.
Namespace: MultiArchive.SDK.ServiceUtils
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
C# |
---|
public static void SetMessageVersion( CustomBinding binding, MessageVersion messageVersion ) |
Visual Basic |
---|
Public Shared Sub SetMessageVersion ( binding As CustomBinding, messageVersion As MessageVersion ) |
Visual C++ |
---|
public: static void SetMessageVersion( CustomBinding^ binding, MessageVersion^ messageVersion ) |
Parameters
- binding
- Type: System.ServiceModel.Channels..::..CustomBinding
[Missing <param name="binding"/> documentation for "M:MultiArchive.SDK.ServiceUtils.CommonUtil.SetMessageVersion(System.ServiceModel.Channels.CustomBinding,System.ServiceModel.Channels.MessageVersion)"]
- messageVersion
- Type: System.ServiceModel.Channels..::..MessageVersion
[Missing <param name="messageVersion"/> documentation for "M:MultiArchive.SDK.ServiceUtils.CommonUtil.SetMessageVersion(System.ServiceModel.Channels.CustomBinding,System.ServiceModel.Channels.MessageVersion)"]