개정판 664ea2e1
Markus에서 markusupdate를 변경하도록 수정
Change-Id: I4c2fe33f46732a9dc6b1fe683771c5acbcfd5d36
IIpc/WcfClient.cs | ||
---|---|---|
13 | 13 |
/// |
14 | 14 |
/// </summary> |
15 | 15 |
/// <param name="endpoint">지정된 끝점으로 유일하게 통신한다.</param> |
16 |
public WcfClient(string endpoint) : base(new NetNamedPipeBinding(), new EndpointAddress(string.Format("net.pipe://localhost/{0}", endpoint)))
|
|
16 |
public WcfClient(string endpoint) : base(IpcBinding.netNamedPipeBinding(), new EndpointAddress(string.Format("net.pipe://localhost/{0}", endpoint)))
|
|
17 | 17 |
{ |
18 | 18 |
} |
19 | 19 |
|
내보내기 Unified diff