1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-20 09:49:55 -04:00

proto option for C# namespace

This commit is contained in:
Darien Raymond
2016-12-23 00:24:28 +01:00
parent e66a787782
commit eb782436b3
33 changed files with 187 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
syntax = "proto3";
package v2ray.core.transport.internet.headers.http;
option csharp_namespace = "V2Ray.Core.Transport.Internet.Headers.Http";
option go_package = "http";
option java_package = "com.v2ray.core.transport.internet.headers.http";
option java_outer_classname = "ConfigProto";