MsmqTransportSecurity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MsmqTransportSecurity class.
Overloads
MsmqTransportSecurity() |
Initializes a new instance of the MsmqTransportSecurity class. |
MsmqTransportSecurity(MsmqTransportSecurity) |
Initializes a new instance of the MsmqTransportSecurity class, using an existing instance. |
MsmqTransportSecurity()
Initializes a new instance of the MsmqTransportSecurity class.
public:
MsmqTransportSecurity();
public MsmqTransportSecurity ();
Public Sub New ()
Applies to
MsmqTransportSecurity(MsmqTransportSecurity)
Initializes a new instance of the MsmqTransportSecurity class, using an existing instance.
public:
MsmqTransportSecurity(System::ServiceModel::MsmqTransportSecurity ^ other);
public MsmqTransportSecurity (System.ServiceModel.MsmqTransportSecurity other);
new System.ServiceModel.MsmqTransportSecurity : System.ServiceModel.MsmqTransportSecurity -> System.ServiceModel.MsmqTransportSecurity
Public Sub New (other As MsmqTransportSecurity)
Parameters
- other
- MsmqTransportSecurity
The existing instance of the MsmqTransportSecurity class, to be used in initializing the new instance.
Exceptions
other
is null
.