19 references to IntProperty
System.ServiceModel (19)
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 (3)
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\Channels\NativeMsmqMessage.cs (1)
262: this(message, id)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (7)
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); 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);