19 references to IntProperty
System.ServiceModel (19)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
334
this.lastMoveTime = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_LAST_MOVE_TIME);
System\ServiceModel\Channels\MsmqInputMessage.cs (6)
48
this.bodyLength = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_BODY_SIZE);
54
this.senderIdLength = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_SENDERID_LEN);
57
this.senderCertificateLength = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_SENDER_CERT_LEN);
60
this.lastMovedTime = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_LAST_MOVE_TIME);
61
this.abortCount = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_ABORT_COUNT);
62
this.moveCount = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_MOVE_COUNT);
System\ServiceModel\Channels\MsmqOutputMessage.cs (3)
172
this.bodyType = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_BODY_TYPE);
196
this.senderIdType = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_SENDERID_TYPE);
205
this.timeToReachQueue = new
IntProperty
(this,
System\ServiceModel\Channels\MsmqQueue.cs (1)
944
this.version = new
IntProperty
(this, UnsafeNativeMethods.PROPID_PC_VERSION);
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
262
:
this
(message, id)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (7)
50
this.appSpecific = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_APPSPECIFIC);
51
this.arrivedTime = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_ARRIVEDTIME);
52
this.senderIdType = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_SENDERID_TYPE);
54
this.bodyType = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_BODY_TYPE);
67
this.sentTime = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_SENTTIME);
68
this.timeToReachQueue = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_TIME_TO_REACH_QUEUE);
69
this.privacyLevel = new
IntProperty
(this, UnsafeNativeMethods.PROPID_M_PRIV_LEVEL);