34 instantiations of IntProperty
System.ServiceModel (34)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
334this.lastMoveTime = new IntProperty(this, UnsafeNativeMethods.PROPID_M_LAST_MOVE_TIME);
System\ServiceModel\Channels\MsmqInputMessage.cs (6)
48this.bodyLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_BODY_SIZE); 54this.senderIdLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_SENDERID_LEN); 57this.senderCertificateLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_SENDER_CERT_LEN); 60this.lastMovedTime = new IntProperty(this, UnsafeNativeMethods.PROPID_M_LAST_MOVE_TIME); 61this.abortCount = new IntProperty(this, UnsafeNativeMethods.PROPID_M_ABORT_COUNT); 62this.moveCount = new IntProperty(this, UnsafeNativeMethods.PROPID_M_MOVE_COUNT);
System\ServiceModel\Channels\MsmqOutputMessage.cs (13)
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, 172this.bodyType = new IntProperty(this, UnsafeNativeMethods.PROPID_M_BODY_TYPE); 196this.senderIdType = new IntProperty(this, UnsafeNativeMethods.PROPID_M_SENDERID_TYPE); 205this.timeToReachQueue = new IntProperty(this,
System\ServiceModel\Channels\MsmqQueue.cs (1)
944this.version = new IntProperty(this, UnsafeNativeMethods.PROPID_PC_VERSION);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (12)
49this.adminQueueLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_ADMIN_QUEUE_LEN, initialQueueNameLength); 50this.appSpecific = new IntProperty(this, UnsafeNativeMethods.PROPID_M_APPSPECIFIC); 51this.arrivedTime = new IntProperty(this, UnsafeNativeMethods.PROPID_M_ARRIVEDTIME); 52this.senderIdType = new IntProperty(this, UnsafeNativeMethods.PROPID_M_SENDERID_TYPE); 54this.bodyType = new IntProperty(this, UnsafeNativeMethods.PROPID_M_BODY_TYPE); 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); 67this.sentTime = new IntProperty(this, UnsafeNativeMethods.PROPID_M_SENTTIME); 68this.timeToReachQueue = new IntProperty(this, UnsafeNativeMethods.PROPID_M_TIME_TO_REACH_QUEUE); 69this.privacyLevel = new IntProperty(this, UnsafeNativeMethods.PROPID_M_PRIV_LEVEL);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
221this.appSpecific = new IntProperty(this, UnsafeNativeMethods.PROPID_M_APPSPECIFIC, property.AppSpecific.Value);
37 references to IntProperty
System.ServiceModel (37)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (2)
328IntProperty lastMoveTime; 342public IntProperty LastMoveTime
System\ServiceModel\Channels\MsmqInputMessage.cs (12)
10IntProperty senderIdLength; 12IntProperty abortCount; 13IntProperty moveCount; 15IntProperty senderCertificateLength; 16IntProperty lastMovedTime; 18IntProperty bodyLength; 88public IntProperty SenderIdLength 98public IntProperty AbortCount 103public IntProperty MoveCount 113public IntProperty SenderCertificateLength 118public IntProperty LastMovedTime 128public IntProperty BodyLength
System\ServiceModel\Channels\MsmqOutputMessage.cs (8)
21IntProperty bodyType; 23IntProperty timeToReachQueue; 24IntProperty timeToBeReceived; 27IntProperty senderIdType; 28IntProperty authLevel; 30IntProperty privLevel; 33IntProperty encryptionAlgorithm; 34IntProperty hashAlgorithm;
System\ServiceModel\Channels\MsmqQueue.cs (2)
938IntProperty version; 948public IntProperty Version
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (12)
12IntProperty adminQueueLength; 13IntProperty appSpecific; 14IntProperty arrivedTime; 15IntProperty senderIdType; 17IntProperty bodyType; 20IntProperty destinationQueueLength; 22IntProperty extensionLength; 24IntProperty labelLength; 27IntProperty responseFormatNameLength; 28IntProperty sentTime; 29IntProperty timeToReachQueue; 30IntProperty privacyLevel;
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
194IntProperty appSpecific;