16 references to IntProperty
System.ServiceModel (16)
System\ServiceModel\Channels\MsmqOutputMessage.cs (10)
66
this.timeToBeReceived = new
IntProperty
(this,
88
this.authLevel = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_AUTH_LEVEL,
91
this.hashAlgorithm = new
IntProperty
(
98
this.privLevel = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_PRIV_LEVEL,
101
this.encryptionAlgorithm = new
IntProperty
(
109
this.authLevel = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_AUTH_LEVEL,
112
this.hashAlgorithm = new
IntProperty
(
119
this.privLevel = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_PRIV_LEVEL,
122
this.encryptionAlgorithm = new
IntProperty
(
133
this.authLevel = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_AUTH_LEVEL,
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (5)
49
this.adminQueueLength = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_ADMIN_QUEUE_LEN, initialQueueNameLength);
58
this.destinationQueueLength = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_DEST_FORMAT_NAME_LEN, initialQueueNameLength);
61
this.extensionLength = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_EXTENSION_LEN, initialExtensionLength);
63
this.labelLength = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_LABEL_LEN, initialLabelLength);
66
this.responseFormatNameLength = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_RESP_FORMAT_NAME_LEN, initialQueueNameLength);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
221
this.appSpecific = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_APPSPECIFIC, property.AppSpecific.Value);