3 writes to prefix
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingFilter.cs (3)
14
this.
prefix
= path;
21
this.
prefix
= this.prefix.Substring(1);
25
this.
prefix
= this.prefix + '/';
8 references to prefix
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqBindingFilter.cs (8)
19
if (this.
prefix
.Length > 0 && this.
prefix
[0] == '/')
21
this.prefix = this.
prefix
.Substring(1);
23
if (this.
prefix
.Length > 0 && this.
prefix
[this.
prefix
.Length - 1] != '/')
25
this.prefix = this.
prefix
+ '/';
31
get { return this.
prefix
; }