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