diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-01-14 17:25:46 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-01-14 17:34:46 -0800 |
commit | 2b38a9166566ff4da84238a88740c755e636245c (patch) | |
tree | 11dc12794e70113597f04288926a41cd90448fa9 /examples/csharp/helloworld/GreeterClient/Program.cs | |
parent | b0d1506eca156c2465e2c2ce6182fc1fe789fcd3 (diff) |
update helloworld example to 0.12.0 nuget
Diffstat (limited to 'examples/csharp/helloworld/GreeterClient/Program.cs')
-rw-r--r-- | examples/csharp/helloworld/GreeterClient/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/csharp/helloworld/GreeterClient/Program.cs b/examples/csharp/helloworld/GreeterClient/Program.cs index 2749a92036..4393f2f3c2 100644 --- a/examples/csharp/helloworld/GreeterClient/Program.cs +++ b/examples/csharp/helloworld/GreeterClient/Program.cs @@ -37,7 +37,7 @@ namespace GreeterClient { public static void Main(string[] args) { - Channel channel = new Channel("127.0.0.1:50051", Credentials.Insecure); + Channel channel = new Channel("127.0.0.1:50051", ChannelCredentials.Insecure); var client = Greeter.NewClient(channel); String user = "you"; |