4 references to PipeName
System.ServiceModel (4)
System\ServiceModel\Channels\PipeConnection.cs (4)
1999public string PipeName { get { return sharedMemory.PipeName; } } 2077pipeName = this.sharedMemory.PipeName; 2677return this.PipeName; 2679else if (this.PipeName != null)